Html Css Color HEX #03EBF0 Bright Turquoise

📋 copy color: '#03EBF0'

red 3 ◦ green 235 ◦ blue 240

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

Shades of Bright Turquoise #03EBF0

Tints of Bright Turquoise #03EBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 0.63%
G = 49.16%
B = 50.21%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#03EBF0 (or 0x03EBF0) is known color: Bright Turquoise. HEX triplet: 03, EB and F0. RGB value is (3,235,240). Sum of RGB (Red+Green+Blue) = 3+235+240=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #03EBF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EBF0 is #FC140F. Grayscale: #A5A5A5. Windows color (decimal): -16520208 or 15788803. OLE color: 15788803.

HSL color Cylindrical-coordinate representation of color #03EBF0: hue angle of 181.27º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EBF0 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 235 240 -
CMYK 0.99 0.02 0 0.06
HSL 181.27º 0.98% 0.48% -
HSV(B) 181.27º 0.99% 0.94% -
XYZ 45.47 65.73 92.73 -
YUV 166.2 169.64 11.59 -
System Red Green Blue C M Y K H S L
Decimal 3 235 240 0.99 0.02 0 0.06 181.27 0.98 0.48
Hex 3 EB F0 63 2 0 6 B5 62 30
Octal 3 353 360 143 2 0 6 265 142 60
Binary 11 11101011 11110000 1100011 10 0 110 10110101 1100010 110000

Color Harmonies of #03EBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EBF0

Black with #03EBF0

Text Example


Text Example

White with #03EBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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