Html Css Color HEX #00CCD3 Dark Turquoise

📋 copy color: '#00CCD3'

red 0 ◦ green 204 ◦ blue 211

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

Shades of Dark Turquoise #00CCD3

Tints of Dark Turquoise #00CCD3

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 211 (82.81% from 255) = 50.84%

R = 0%
G = 49.16%
B = 50.84%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#00CCD3 (or 0x00CCD3) is known color: Dark Turquoise. HEX triplet: 00, CC and D3. RGB value is (0,204,211). Sum of RGB (Red+Green+Blue) = 0+204+211=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #00CCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCD3 is #FF332C. Grayscale: #8F8F8F. Windows color (decimal): -16724781 or 13880320. OLE color: 13880320.

HSL color Cylindrical-coordinate representation of color #00CCD3: hue angle of 181.99º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CCD3 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 0 204 211 -
CMYK 1 0.03 0 0.17
HSL 181.99º 1% 0.41% -
HSV(B) 181.99º 1% 0.83% -
XYZ 33.35 47.89 69.11 -
YUV 143.8 165.91 25.43 -
System Red Green Blue C M Y K H S L
Decimal 0 204 211 1 0.03 0 0.17 181.99 1 0.41
Hex 0 CC D3 64 3 0 11 B6 64 29
Octal 0 314 323 144 3 0 21 266 144 51
Binary 0 11001100 11010011 1100100 11 0 10001 10110110 1100100 101001

Color Harmonies of #00CCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CCD3

Black with #00CCD3

Text Example


Text Example

White with #00CCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CCD3; }

 p { color: rgb(0,204,211); }

 H1.HeaderClassName
 {
   color: #00CCD3;
 }
 .AnyTagClassName
 {
   color: #00CCD3;
 }
</style>

background-color css

<style>
 a { background-color: #00CCD3; }

 a { background-color: rgb(0,204,211); }

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

border-color css

<style>
 span { border-color: #00CCD3; }

 span { border-color: rgb(0,204,211); }

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