Html Css Color HEX #03F6E5 Bright Turquoise

📋 copy color: '#03F6E5'

red 3 ◦ green 246 ◦ blue 229

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

Shades of Bright Turquoise #03F6E5

Tints of Bright Turquoise #03F6E5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.46%

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

R = 0.63%
G = 51.46%
B = 47.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#03F6E5 (or 0x03F6E5) is known color: Bright Turquoise. HEX triplet: 03, F6 and E5. RGB value is (3,246,229). Sum of RGB (Red+Green+Blue) = 3+246+229=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #03F6E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F6E5 is #FC091A. Grayscale: #ABABAB. Windows color (decimal): -16517403 or 15070723. OLE color: 15070723.

HSL color Cylindrical-coordinate representation of color #03F6E5: hue angle of 175.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F6E5 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 246 229 -
CMYK 0.99 0 0.07 0.04
HSL 175.8º 0.98% 0.49% -
HSV(B) 175.8º 0.99% 0.96% -
XYZ 47.14 71.59 85.46 -
YUV 171.41 160.49 7.88 -
System Red Green Blue C M Y K H S L
Decimal 3 246 229 0.99 0 0.07 0.04 175.8 0.98 0.49
Hex 3 F6 E5 63 0 7 4 B0 62 31
Octal 3 366 345 143 0 7 4 260 142 61
Binary 11 11110110 11100101 1100011 0 111 100 10110000 1100010 110001

Color Harmonies of #03F6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F6E5

Black with #03F6E5

Text Example


Text Example

White with #03F6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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