Html Css Color HEX #03CCDD Dark Turquoise

📋 copy color: '#03CCDD'

red 3 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #03CCDD

Tints of Dark Turquoise #03CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 0.7%
G = 47.66%
B = 51.64%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03CCDD (or 0x03CCDD) is known color: Dark Turquoise. HEX triplet: 03, CC and DD. RGB value is (3,204,221). Sum of RGB (Red+Green+Blue) = 3+204+221=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #03CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CCDD is #FC3322. Grayscale: #919191. Windows color (decimal): -16528163 or 14535683. OLE color: 14535683.

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

Color convert

RGB 3 204 221 -
CMYK 0.99 0.08 0 0.13
HSL 184.68º 0.97% 0.44% -
HSV(B) 184.68º 0.99% 0.87% -
XYZ 34.68 48.43 75.93 -
YUV 145.84 170.41 26.12 -
System Red Green Blue C M Y K H S L
Decimal 3 204 221 0.99 0.08 0 0.13 184.68 0.97 0.44
Hex 3 CC DD 63 8 0 D B9 61 2C
Octal 3 314 335 143 10 0 15 271 141 54
Binary 11 11001100 11011101 1100011 1000 0 1101 10111001 1100001 101100

Color Harmonies of #03CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CCDD

Black with #03CCDD

Text Example


Text Example

White with #03CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,204,221); }

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

background-color css

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

 a { background-color: rgb(3,204,221); }

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

border-color css

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

 span { border-color: rgb(3,204,221); }

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