Html Css Color HEX #03DFCB Dark Turquoise

📋 copy color: '#03DFCB'

red 3 ◦ green 223 ◦ blue 203

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

Shades of Dark Turquoise #03DFCB

Tints of Dark Turquoise #03DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.98%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 0.7%
G = 51.98%
B = 47.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#03DFCB (or 0x03DFCB) is known color: Dark Turquoise. HEX triplet: 03, DF and CB. RGB value is (3,223,203). Sum of RGB (Red+Green+Blue) = 3+223+203=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #03DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DFCB is #FC2034. Grayscale: #9A9A9A. Windows color (decimal): -16523317 or 13360899. OLE color: 13360899.

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

Color convert

RGB 3 223 203 -
CMYK 0.99 0 0.09 0.13
HSL 174.55º 0.97% 0.44% -
HSV(B) 174.55º 0.99% 0.87% -
XYZ 37.2 57.11 65.56 -
YUV 154.94 155.11 19.63 -
System Red Green Blue C M Y K H S L
Decimal 3 223 203 0.99 0 0.09 0.13 174.55 0.97 0.44
Hex 3 DF CB 63 0 9 D AF 61 2C
Octal 3 337 313 143 0 11 15 257 141 54
Binary 11 11011111 11001011 1100011 0 1001 1101 10101111 1100001 101100

Color Harmonies of #03DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DFCB

Black with #03DFCB

Text Example


Text Example

White with #03DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,223,203); }

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

background-color css

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

 a { background-color: rgb(3,223,203); }

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

border-color css

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

 span { border-color: rgb(3,223,203); }

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