Html Css Color HEX #03FBE0 Bright Turquoise

📋 copy color: '#03FBE0'

red 3 ◦ green 251 ◦ blue 224

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

Shades of Bright Turquoise #03FBE0

Tints of Bright Turquoise #03FBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.51%

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 0.63%
G = 52.51%
B = 46.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#03FBE0 (or 0x03FBE0) is known color: Bright Turquoise. HEX triplet: 03, FB and E0. RGB value is (3,251,224). Sum of RGB (Red+Green+Blue) = 3+251+224=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #03FBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FBE0 is #FC041F. Grayscale: #ADADAD. Windows color (decimal): -16516128 or 14744323. OLE color: 14744323.

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

Color convert

RGB 3 251 224 -
CMYK 0.99 0 0.11 0.02
HSL 173.47º 0.98% 0.5% -
HSV(B) 173.47º 0.99% 0.98% -
XYZ 47.99 74.4 82.35 -
YUV 173.77 156.34 6.2 -
System Red Green Blue C M Y K H S L
Decimal 3 251 224 0.99 0 0.11 0.02 173.47 0.98 0.5
Hex 3 FB E0 63 0 B 2 AD 62 32
Octal 3 373 340 143 0 13 2 255 142 62
Binary 11 11111011 11100000 1100011 0 1011 10 10101101 1100010 110010

Color Harmonies of #03FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FBE0

Black with #03FBE0

Text Example


Text Example

White with #03FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,251,224); }

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

background-color css

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

 a { background-color: rgb(3,251,224); }

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

border-color css

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

 span { border-color: rgb(3,251,224); }

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