Html Css Color HEX #03EBDB Bright Turquoise

📋 copy color: '#03EBDB'

red 3 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #03EBDB

Tints of Bright Turquoise #03EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.42%

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

R = 0.66%
G = 51.42%
B = 47.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#03EBDB (or 0x03EBDB) is known color: Bright Turquoise. HEX triplet: 03, EB and DB. RGB value is (3,235,219). Sum of RGB (Red+Green+Blue) = 3+235+219=457 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #03EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EBDB is #FC1424. Grayscale: #A3A3A3. Windows color (decimal): -16520229 or 14412547. OLE color: 14412547.

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

Color convert

RGB 3 235 219 -
CMYK 0.99 0 0.07 0.08
HSL 175.86º 0.97% 0.47% -
HSV(B) 175.86º 0.99% 0.92% -
XYZ 42.53 64.55 77.24 -
YUV 163.81 159.14 13.3 -
System Red Green Blue C M Y K H S L
Decimal 3 235 219 0.99 0 0.07 0.08 175.86 0.97 0.47
Hex 3 EB DB 63 0 7 8 B0 61 2F
Octal 3 353 333 143 0 7 10 260 141 57
Binary 11 11101011 11011011 1100011 0 111 1000 10110000 1100001 101111

Color Harmonies of #03EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EBDB

Black with #03EBDB

Text Example


Text Example

White with #03EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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