Html Css Color HEX #03BDE0 Dark Turquoise

📋 copy color: '#03BDE0'

red 3 ◦ green 189 ◦ blue 224

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

Shades of Dark Turquoise #03BDE0

Tints of Dark Turquoise #03BDE0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.43%

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 0.72%
G = 45.43%
B = 53.85%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#03BDE0 (or 0x03BDE0) is known color: Dark Turquoise. HEX triplet: 03, BD and E0. RGB value is (3,189,224). Sum of RGB (Red+Green+Blue) = 3+189+224=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #03BDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDE0 is #FC421F. Grayscale: #898989. Windows color (decimal): -16532000 or 14728451. OLE color: 14728451.

HSL color Cylindrical-coordinate representation of color #03BDE0: hue angle of 189.5º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BDE0 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 189 224 -
CMYK 0.99 0.16 0 0.12
HSL 189.5º 0.97% 0.45% -
HSV(B) 189.5º 0.99% 0.88% -
XYZ 31.69 41.8 76.92 -
YUV 137.38 176.88 32.15 -
System Red Green Blue C M Y K H S L
Decimal 3 189 224 0.99 0.16 0 0.12 189.5 0.97 0.45
Hex 3 BD E0 63 10 0 C BE 61 2D
Octal 3 275 340 143 20 0 14 276 141 55
Binary 11 10111101 11100000 1100011 10000 0 1100 10111110 1100001 101101

Color Harmonies of #03BDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BDE0

Black with #03BDE0

Text Example


Text Example

White with #03BDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,224); }

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

background-color css

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

 a { background-color: rgb(3,189,224); }

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

border-color css

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

 span { border-color: rgb(3,189,224); }

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