#67DFDA

Color #67DFDA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #67DFDA

Tints of Turquoise Blue #67DFDA

Color information

#67DFDA (or 0x67DFDA) is unknown color: approx Turquoise Blue. HEX triplet: 67, DF and DA. RGB value is (103,223,218). Sum of RGB (Red+Green+Blue) = 103+223+218=544 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.93% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #67DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DFDA is #982025. Grayscale: #BABABA. Windows color (decimal): -9969702 or 14344039. OLE color: 14344039.

HSL color Cylindrical-coordinate representation of color #67DFDA: hue angle of 177.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DFDA is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB103223218-
CMYK0.5400.020.13
HSL177.5º65.22%63.92%-
HSV(B)177.5º53.81%87.45%-
XYZ44.6460.7275.7-
YUV186.55145.7468.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 18.93%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=18.93%
G=40.99%
B=40.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032232180.5400.020.13177.565.2263.92
Hex67DFDA3602Db24140
Octal147337332660215262101100
Binary1100111110111111101101011011001011011011001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67DFDA; }

 p { color: rgb(103,223,218); }

 H1.HeaderClassName
 {
   color: #67DFDA;
 }
 .AnyTagClassName
 {
   color: #67DFDA;
 }
</style>
background-color css

<style>
 a { background-color: #67DFDA; }

 a { background-color: rgb(103,223,218); }

 div.DivClassName
 {
   background-color: #67DFDA;
 }
 .BgClassName
 {
   background-color: #67DFDA;
 }
</style>
border-color css

<style>
 span { border-color: #67DFDA; }

 span { border-color: rgb(103,223,218); }

 td.TdClassName
 {
   border-color: #67DFDA;
 }
 .TagClassName
 {
   border-color: #67DFDA;
 }
</style>