Html Css Color HEX #03BEDB Dark Turquoise

📋 copy color: '#03BEDB'

red 3 ◦ green 190 ◦ blue 219

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

Shades of Dark Turquoise #03BEDB

Tints of Dark Turquoise #03BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.12%

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 0.73%
G = 46.12%
B = 53.16%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03BEDB (or 0x03BEDB) is known color: Dark Turquoise. HEX triplet: 03, BE and DB. RGB value is (3,190,219). Sum of RGB (Red+Green+Blue) = 3+190+219=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #03BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BEDB is #FC4124. Grayscale: #898989. Windows color (decimal): -16531749 or 14401027. OLE color: 14401027.

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

Color convert

RGB 3 190 219 -
CMYK 0.99 0.13 0 0.14
HSL 188.06º 0.97% 0.44% -
HSV(B) 188.06º 0.99% 0.86% -
XYZ 31.24 41.96 73.47 -
YUV 137.39 174.05 32.14 -
System Red Green Blue C M Y K H S L
Decimal 3 190 219 0.99 0.13 0 0.14 188.06 0.97 0.44
Hex 3 BE DB 63 D 0 E BC 61 2C
Octal 3 276 333 143 15 0 16 274 141 54
Binary 11 10111110 11011011 1100011 1101 0 1110 10111100 1100001 101100

Color Harmonies of #03BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BEDB

Black with #03BEDB

Text Example


Text Example

White with #03BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,190,219); }

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

background-color css

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

 a { background-color: rgb(3,190,219); }

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

border-color css

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

 span { border-color: rgb(3,190,219); }

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