Html Css Color HEX #03E3ED Bright Turquoise

📋 copy color: '#03E3ED'

red 3 ◦ green 227 ◦ blue 237

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

Shades of Bright Turquoise #03E3ED

Tints of Bright Turquoise #03E3ED

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.61%

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 0.64%
G = 48.61%
B = 50.75%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03E3ED (or 0x03E3ED) is known color: Bright Turquoise. HEX triplet: 03, E3 and ED. RGB value is (3,227,237). Sum of RGB (Red+Green+Blue) = 3+227+237=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #03E3ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E3ED is #FC1C12. Grayscale: #A0A0A0. Windows color (decimal): -16522259 or 15590147. OLE color: 15590147.

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

Color convert

RGB 3 227 237 -
CMYK 0.99 0.04 0 0.07
HSL 182.56º 0.98% 0.47% -
HSV(B) 182.56º 0.99% 0.93% -
XYZ 42.79 61.07 89.65 -
YUV 161.16 170.79 15.19 -
System Red Green Blue C M Y K H S L
Decimal 3 227 237 0.99 0.04 0 0.07 182.56 0.98 0.47
Hex 3 E3 ED 63 4 0 7 B7 62 2F
Octal 3 343 355 143 4 0 7 267 142 57
Binary 11 11100011 11101101 1100011 100 0 111 10110111 1100010 101111

Color Harmonies of #03E3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E3ED

Black with #03E3ED

Text Example


Text Example

White with #03E3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,227,237); }

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

background-color css

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

 a { background-color: rgb(3,227,237); }

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

border-color css

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

 span { border-color: rgb(3,227,237); }

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