Html Css Color HEX #03FFE4 Bright Turquoise

📋 copy color: '#03FFE4'

red 3 ◦ green 255 ◦ blue 228

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

Shades of Bright Turquoise #03FFE4

Tints of Bright Turquoise #03FFE4

RGB

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

 GREEN value IS 255 (100% from 255) = 52.47%

 BLUE value IS 228 (89.45% from 255) = 46.91%

R = 0.62%
G = 52.47%
B = 46.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#03FFE4 (or 0x03FFE4) is known color: Bright Turquoise. HEX triplet: 03, FF and E4. RGB value is (3,255,228). Sum of RGB (Red+Green+Blue) = 3+255+228=486 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FFE4 is #FC001B. Grayscale: #B0B0B0. Windows color (decimal): -16515100 or 15007491. OLE color: 15007491.

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

Color convert

RGB 3 255 228 -
CMYK 0.99 0 0.11 0
HSL 173.57º 1% 0.51% -
HSV(B) 173.57º 0.99% 1% -
XYZ 49.8 77.14 85.66 -
YUV 176.57 157.01 4.2 -
System Red Green Blue C M Y K H S L
Decimal 3 255 228 0.99 0 0.11 0 173.57 1 0.51
Hex 3 FF E4 63 0 B 0 AE 64 33
Octal 3 377 344 143 0 13 0 256 144 63
Binary 11 11111111 11100100 1100011 0 1011 0 10101110 1100100 110011

Color Harmonies of #03FFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FFE4

Black with #03FFE4

Text Example


Text Example

White with #03FFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,255,228); }

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

background-color css

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

 a { background-color: rgb(3,255,228); }

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

border-color css

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

 span { border-color: rgb(3,255,228); }

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