Html Css Color HEX #03E2E6 Bright Turquoise

📋 copy color: '#03E2E6'

red 3 ◦ green 226 ◦ blue 230

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

Shades of Bright Turquoise #03E2E6

Tints of Bright Turquoise #03E2E6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.24%

 BLUE value IS 230 (90.23% from 255) = 50.11%

R = 0.65%
G = 49.24%
B = 50.11%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#03E2E6 (or 0x03E2E6) is known color: Bright Turquoise. HEX triplet: 03, E2 and E6. RGB value is (3,226,230). Sum of RGB (Red+Green+Blue) = 3+226+230=459 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #03E2E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E2E6 is #FC1D19. Grayscale: #9F9F9F. Windows color (decimal): -16522522 or 15131139. OLE color: 15131139.

HSL color Cylindrical-coordinate representation of color #03E2E6: hue angle of 181.06º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E2E6 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 226 230 -
CMYK 0.99 0.02 0 0.10
HSL 181.06º 0.97% 0.46% -
HSV(B) 181.06º 0.99% 0.9% -
XYZ 41.52 60.13 84.28 -
YUV 159.78 167.62 16.17 -
System Red Green Blue C M Y K H S L
Decimal 3 226 230 0.99 0.02 0 0.10 181.06 0.97 0.46
Hex 3 E2 E6 63 2 0 A B5 61 2E
Octal 3 342 346 143 2 0 12 265 141 56
Binary 11 11100010 11100110 1100011 10 0 1010 10110101 1100001 101110

Color Harmonies of #03E2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E2E6

Black with #03E2E6

Text Example


Text Example

White with #03E2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,226,230); }

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

background-color css

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

 a { background-color: rgb(3,226,230); }

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

border-color css

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

 span { border-color: rgb(3,226,230); }

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