Html Css Color HEX #03EEED Bright Turquoise

📋 copy color: '#03EEED'

red 3 ◦ green 238 ◦ blue 237

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

Shades of Bright Turquoise #03EEED

Tints of Bright Turquoise #03EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.79%

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

R = 0.63%
G = 49.79%
B = 49.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#03EEED (or 0x03EEED) is known color: Bright Turquoise. HEX triplet: 03, EE and ED. RGB value is (3,238,237). Sum of RGB (Red+Green+Blue) = 3+238+237=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #03EEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EEED is #FC1112. Grayscale: #A7A7A7. Windows color (decimal): -16519443 or 15592963. OLE color: 15592963.

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

Color convert

RGB 3 238 237 -
CMYK 0.99 0 0.00 0.07
HSL 179.74º 0.98% 0.47% -
HSV(B) 179.74º 0.99% 0.93% -
XYZ 45.9 67.28 90.69 -
YUV 167.62 167.14 10.58 -
System Red Green Blue C M Y K H S L
Decimal 3 238 237 0.99 0 0.00 0.07 179.74 0.98 0.47
Hex 3 EE ED 63 0 0 7 B4 62 2F
Octal 3 356 355 143 0 0 7 264 142 57
Binary 11 11101110 11101101 1100011 0 0 111 10110100 1100010 101111

Color Harmonies of #03EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EEED

Black with #03EEED

Text Example


Text Example

White with #03EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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