Html Css Color HEX #03F0EB Bright Turquoise

📋 copy color: '#03F0EB'

red 3 ◦ green 240 ◦ blue 235

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

Shades of Bright Turquoise #03F0EB

Tints of Bright Turquoise #03F0EB

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #03F0EB: hue angle of 178.73º 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 #03F0EB is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 240 235 -
CMYK 0.99 0 0.02 0.06
HSL 178.73º 0.98% 0.48% -
HSV(B) 178.73º 0.99% 0.94% -
XYZ 46.19 68.34 89.35 -
YUV 168.57 165.48 9.91 -
System Red Green Blue C M Y K H S L
Decimal 3 240 235 0.99 0 0.02 0.06 178.73 0.98 0.48
Hex 3 F0 EB 63 0 2 6 B3 62 30
Octal 3 360 353 143 0 2 6 263 142 60
Binary 11 11110000 11101011 1100011 0 10 110 10110011 1100010 110000

Color Harmonies of #03F0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F0EB

Black with #03F0EB

Text Example


Text Example

White with #03F0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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