Html Css Color HEX #03C6DD Dark Turquoise

📋 copy color: '#03C6DD'

red 3 ◦ green 198 ◦ blue 221

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

Shades of Dark Turquoise #03C6DD

Tints of Dark Turquoise #03C6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.92%

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

R = 0.71%
G = 46.92%
B = 52.37%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03C6DD (or 0x03C6DD) is known color: Dark Turquoise. HEX triplet: 03, C6 and DD. RGB value is (3,198,221). Sum of RGB (Red+Green+Blue) = 3+198+221=422 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #03C6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C6DD is #FC3922. Grayscale: #8E8E8E. Windows color (decimal): -16529699 or 14534147. OLE color: 14534147.

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

Color convert

RGB 3 198 221 -
CMYK 0.99 0.10 0 0.13
HSL 186.33º 0.97% 0.44% -
HSV(B) 186.33º 0.99% 0.87% -
XYZ 33.28 45.63 75.46 -
YUV 142.32 172.4 28.63 -
System Red Green Blue C M Y K H S L
Decimal 3 198 221 0.99 0.10 0 0.13 186.33 0.97 0.44
Hex 3 C6 DD 63 A 0 D BA 61 2C
Octal 3 306 335 143 12 0 15 272 141 54
Binary 11 11000110 11011101 1100011 1010 0 1101 10111010 1100001 101100

Color Harmonies of #03C6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C6DD

Black with #03C6DD

Text Example


Text Example

White with #03C6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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