Html Css Color HEX #03FBE5 Bright Turquoise

📋 copy color: '#03FBE5'

red 3 ◦ green 251 ◦ blue 229

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

Shades of Bright Turquoise #03FBE5

Tints of Bright Turquoise #03FBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 0.62%
G = 51.97%
B = 47.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#03FBE5 (or 0x03FBE5) is known color: Bright Turquoise. HEX triplet: 03, FB and E5. RGB value is (3,251,229). Sum of RGB (Red+Green+Blue) = 3+251+229=483 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #03FBE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FBE5 is #FC041A. Grayscale: #AEAEAE. Windows color (decimal): -16516123 or 15072003. OLE color: 15072003.

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

Color convert

RGB 3 251 229 -
CMYK 0.99 0 0.09 0.02
HSL 174.68º 0.98% 0.5% -
HSV(B) 174.68º 0.99% 0.98% -
XYZ 48.68 74.67 85.98 -
YUV 174.34 158.84 5.79 -
System Red Green Blue C M Y K H S L
Decimal 3 251 229 0.99 0 0.09 0.02 174.68 0.98 0.5
Hex 3 FB E5 63 0 9 2 AF 62 32
Octal 3 373 345 143 0 11 2 257 142 62
Binary 11 11111011 11100101 1100011 0 1001 10 10101111 1100010 110010

Color Harmonies of #03FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FBE5

Black with #03FBE5

Text Example


Text Example

White with #03FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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