Html Css Color HEX #03EDDB Bright Turquoise

📋 copy color: '#03EDDB'

red 3 ◦ green 237 ◦ blue 219

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

Shades of Bright Turquoise #03EDDB

Tints of Bright Turquoise #03EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.63%

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

R = 0.65%
G = 51.63%
B = 47.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#03EDDB (or 0x03EDDB) is known color: Bright Turquoise. HEX triplet: 03, ED and DB. RGB value is (3,237,219). Sum of RGB (Red+Green+Blue) = 3+237+219=459 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #03EDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EDDB is #FC1224. Grayscale: #A4A4A4. Windows color (decimal): -16519717 or 14413059. OLE color: 14413059.

HSL color Cylindrical-coordinate representation of color #03EDDB: hue angle of 175.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EDDB is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 237 219 -
CMYK 0.99 0 0.08 0.07
HSL 175.38º 0.98% 0.47% -
HSV(B) 175.38º 0.99% 0.93% -
XYZ 43.11 65.7 77.43 -
YUV 164.98 158.48 12.46 -
System Red Green Blue C M Y K H S L
Decimal 3 237 219 0.99 0 0.08 0.07 175.38 0.98 0.47
Hex 3 ED DB 63 0 8 7 AF 62 2F
Octal 3 355 333 143 0 10 7 257 142 57
Binary 11 11101101 11011011 1100011 0 1000 111 10101111 1100010 101111

Color Harmonies of #03EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EDDB

Black with #03EDDB

Text Example


Text Example

White with #03EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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