Html Css Color HEX #03CDDC Dark Turquoise

📋 copy color: '#03CDDC'

red 3 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #03CDDC

Tints of Dark Turquoise #03CDDC

RGB

 RED value IS 3 (1.56% from 255) = 0.7%

 GREEN value IS 205 (80.47% from 255) = 47.9%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 0.7%
G = 47.9%
B = 51.4%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03CDDC (or 0x03CDDC) is known color: Dark Turquoise. HEX triplet: 03, CD and DC. RGB value is (3,205,220). Sum of RGB (Red+Green+Blue) = 3+205+220=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #03CDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CDDC is #FC3223. Grayscale: #929292. Windows color (decimal): -16527908 or 14470403. OLE color: 14470403.

HSL color Cylindrical-coordinate representation of color #03CDDC: hue angle of 184.15º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CDDC is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 205 220 -
CMYK 0.99 0.07 0 0.14
HSL 184.15º 0.97% 0.44% -
HSV(B) 184.15º 0.99% 0.86% -
XYZ 34.79 48.85 75.31 -
YUV 146.31 169.58 25.78 -
System Red Green Blue C M Y K H S L
Decimal 3 205 220 0.99 0.07 0 0.14 184.15 0.97 0.44
Hex 3 CD DC 63 7 0 E B8 61 2C
Octal 3 315 334 143 7 0 16 270 141 54
Binary 11 11001101 11011100 1100011 111 0 1110 10111000 1100001 101100

Color Harmonies of #03CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CDDC

Black with #03CDDC

Text Example


Text Example

White with #03CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03CDDC; }

 p { color: rgb(3,205,220); }

 H1.HeaderClassName
 {
   color: #03CDDC;
 }
 .AnyTagClassName
 {
   color: #03CDDC;
 }
</style>

background-color css

<style>
 a { background-color: #03CDDC; }

 a { background-color: rgb(3,205,220); }

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

border-color css

<style>
 span { border-color: #03CDDC; }

 span { border-color: rgb(3,205,220); }

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