Html Css Color HEX #03CADD Dark Turquoise

📋 copy color: '#03CADD'

red 3 ◦ green 202 ◦ blue 221

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

Shades of Dark Turquoise #03CADD

Tints of Dark Turquoise #03CADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.42%

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

R = 0.7%
G = 47.42%
B = 51.88%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03CADD (or 0x03CADD) is known color: Dark Turquoise. HEX triplet: 03, CA and DD. RGB value is (3,202,221). Sum of RGB (Red+Green+Blue) = 3+202+221=426 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #03CADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CADD is #FC3522. Grayscale: #909090. Windows color (decimal): -16528675 or 14535171. OLE color: 14535171.

HSL color Cylindrical-coordinate representation of color #03CADD: hue angle of 185.23º 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 #03CADD is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 202 221 -
CMYK 0.99 0.09 0 0.13
HSL 185.23º 0.97% 0.44% -
HSV(B) 185.23º 0.99% 0.87% -
XYZ 34.21 47.48 75.77 -
YUV 144.67 171.07 26.96 -
System Red Green Blue C M Y K H S L
Decimal 3 202 221 0.99 0.09 0 0.13 185.23 0.97 0.44
Hex 3 CA DD 63 9 0 D B9 61 2C
Octal 3 312 335 143 11 0 15 271 141 54
Binary 11 11001010 11011101 1100011 1001 0 1101 10111001 1100001 101100

Color Harmonies of #03CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CADD

Black with #03CADD

Text Example


Text Example

White with #03CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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