#67CFDD

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

Shades of Turquoise Blue #67CFDD

Tints of Turquoise Blue #67CFDD

Color information

#67CFDD (or 0x67CFDD) is unknown color: approx Turquoise Blue. HEX triplet: 67, CF and DD. RGB value is (103,207,221). Sum of RGB (Red+Green+Blue) = 103+207+221=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #67CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFDD is #983022. Grayscale: #B1B1B1. Windows color (decimal): -9973795 or 14536551. OLE color: 14536551.

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

Color convert

RGB103207221-
CMYK0.530.0600.13
HSL187.12º63.44%63.53%-
HSV(B)187.12º53.39%86.67%-
XYZ40.9652.7376.43-
YUV177.5152.5474.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.40%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=19.40%
G=38.98%
B=41.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032072210.530.0600.13187.1263.4463.53
Hex67CFDD3560Dbb3f40
Octal14731733565601527377100
Binary1100111110011111101110111010111001101101110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,207,221); }

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

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

 a { background-color: rgb(103,207,221); }

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

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

 span { border-color: rgb(103,207,221); }

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