Html Css Color HEX #10EEE4 Bright Turquoise

📋 copy color: '#10EEE4'

red 16 ◦ green 238 ◦ blue 228

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

Shades of Bright Turquoise #10EEE4

Tints of Bright Turquoise #10EEE4

RGB

 RED value IS 16 (6.64% from 255) = 3.32%

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

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

R = 3.32%
G = 49.38%
B = 47.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#10EEE4 (or 0x10EEE4) is known color: Bright Turquoise. HEX triplet: 10, EE and E4. RGB value is (16,238,228). Sum of RGB (Red+Green+Blue) = 16+238+228=482 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.32% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #10EEE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EEE4 is #EF111B. Grayscale: #AAAAAA. Windows color (decimal): -15667484 or 15003152. OLE color: 15003152.

HSL color Cylindrical-coordinate representation of color #10EEE4: hue angle of 177.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EEE4 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 238 228 -
CMYK 0.93 0 0.04 0.07
HSL 177.3º 0.87% 0.5% -
HSV(B) 177.3º 0.93% 0.93% -
XYZ 44.79 66.86 83.94 -
YUV 170.48 160.45 17.81 -
System Red Green Blue C M Y K H S L
Decimal 16 238 228 0.93 0 0.04 0.07 177.3 0.87 0.5
Hex 10 EE E4 5D 0 4 7 B1 57 32
Octal 20 356 344 135 0 4 7 261 127 62
Binary 10000 11101110 11100100 1011101 0 100 111 10110001 1010111 110010

Color Harmonies of #10EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EEE4

Black with #10EEE4

Text Example


Text Example

White with #10EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10EEE4; }

 p { color: rgb(16,238,228); }

 H1.HeaderClassName
 {
   color: #10EEE4;
 }
 .AnyTagClassName
 {
   color: #10EEE4;
 }
</style>

background-color css

<style>
 a { background-color: #10EEE4; }

 a { background-color: rgb(16,238,228); }

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

border-color css

<style>
 span { border-color: #10EEE4; }

 span { border-color: rgb(16,238,228); }

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