#67CDD0

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

Shades of Turquoise Blue #67CDD0

Tints of Turquoise Blue #67CDD0

Color information

#67CDD0 (or 0x67CDD0) is unknown color: approx Turquoise Blue. HEX triplet: 67, CD and D0. RGB value is (103,205,208). Sum of RGB (Red+Green+Blue) = 103+205+208=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #67CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CDD0 is #98322F. Grayscale: #AEAEAE. Windows color (decimal): -9974320 or 13684071. OLE color: 13684071.

HSL color Cylindrical-coordinate representation of color #67CDD0: hue angle of 181.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CDD0 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103205208-
CMYK0.500.0100.18
HSL181.71º52.76%60.98%-
HSV(B)181.71º50.48%81.57%-
XYZ38.8151.167.49-
YUV174.84146.7176.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.96%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 208 (81.64% from 255) = 40.31%
R=19.96%
G=39.73%
B=40.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1032052080.500.0100.18181.7152.7660.98
Hex67CDD0321012b6353d
Octal1473153206210222666575
Binary11001111100110111010000110010101001010110110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,205,208); }

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

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

 a { background-color: rgb(103,205,208); }

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

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

 span { border-color: rgb(103,205,208); }

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