Html Css Color HEX #67CCD0 Turquoise Blue

📋 copy color: '#67CCD0'

red 103 ◦ green 204 ◦ blue 208

#67CCD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #67CCD0

Tints of Turquoise Blue #67CCD0

RGB

 RED value IS 103 (40.63% from 255) = 20%

 GREEN value IS 204 (80.08% from 255) = 39.61%

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 20%
G = 39.61%
B = 40.39%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#67CCD0 (or 0x67CCD0) is known color: Turquoise Blue. HEX triplet: 67, CC and D0. RGB value is (103,204,208). Sum of RGB (Red+Green+Blue) = 103+204+208=515 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #67CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCD0 is #98332F. Grayscale: #AEAEAE. Windows color (decimal): -9974576 or 13683815. OLE color: 13683815.

HSL color Cylindrical-coordinate representation of color #67CCD0: hue angle of 182.29º 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 #67CCD0 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 204 208 -
CMYK 0.50 0.02 0 0.18
HSL 182.29º 0.53% 0.61% -
HSV(B) 182.29º 0.5% 0.82% -
XYZ 38.57 50.62 67.41 -
YUV 174.26 147.04 77.17 -
System Red Green Blue C M Y K H S L
Decimal 103 204 208 0.50 0.02 0 0.18 182.29 0.53 0.61
Hex 67 CC D0 32 2 0 12 B6 35 3D
Octal 147 314 320 62 2 0 22 266 65 75
Binary 1100111 11001100 11010000 110010 10 0 10010 10110110 110101 111101

Color Harmonies of #67CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CCD0

Black with #67CCD0

Text Example


Text Example

White with #67CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #67CCD0;
 }
 .AnyTagClassName
 {
   color: #67CCD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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