Html Css Color HEX #36EEE4 Turquoise

📋 copy color: '#36EEE4'

red 54 ◦ green 238 ◦ blue 228

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

Shades of Turquoise #36EEE4

Tints of Turquoise #36EEE4

RGB

 RED value IS 54 (21.48% from 255) = 10.38%

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

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

R = 10.38%
G = 45.77%
B = 43.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#36EEE4 (or 0x36EEE4) is known color: Turquoise. HEX triplet: 36, EE and E4. RGB value is (54,238,228). Sum of RGB (Red+Green+Blue) = 54+238+228=520 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.38% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEE4 is #C9111B. Grayscale: #B5B5B5. Windows color (decimal): -13177116 or 15003190. OLE color: 15003190.

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

Color convert

RGB 54 238 228 -
CMYK 0.77 0 0.04 0.07
HSL 176.74º 0.84% 0.57% -
HSV(B) 176.74º 0.77% 0.93% -
XYZ 46.1 67.53 84 -
YUV 181.84 154.04 36.81 -
System Red Green Blue C M Y K H S L
Decimal 54 238 228 0.77 0 0.04 0.07 176.74 0.84 0.57
Hex 36 EE E4 4D 0 4 7 B1 54 39
Octal 66 356 344 115 0 4 7 261 124 71
Binary 110110 11101110 11100100 1001101 0 100 111 10110001 1010100 111001

Color Harmonies of #36EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EEE4

Black with #36EEE4

Text Example


Text Example

White with #36EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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