Html Css Color HEX #36EEE3 Turquoise

📋 copy color: '#36EEE3'

red 54 ◦ green 238 ◦ blue 227

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

Shades of Turquoise #36EEE3

Tints of Turquoise #36EEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.74%

R = 10.4%
G = 45.86%
B = 43.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#36EEE3 (or 0x36EEE3) is known color: Turquoise. HEX triplet: 36, EE and E3. RGB value is (54,238,227). Sum of RGB (Red+Green+Blue) = 54+238+227=519 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.40% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEE3 is #C9111C. Grayscale: #B5B5B5. Windows color (decimal): -13177117 or 14937654. OLE color: 14937654.

HSL color Cylindrical-coordinate representation of color #36EEE3: hue angle of 176.41º 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 #36EEE3 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 238 227 -
CMYK 0.77 0 0.05 0.07
HSL 176.41º 0.84% 0.57% -
HSV(B) 176.41º 0.77% 0.93% -
XYZ 45.96 67.48 83.28 -
YUV 181.73 153.54 36.89 -
System Red Green Blue C M Y K H S L
Decimal 54 238 227 0.77 0 0.05 0.07 176.41 0.84 0.57
Hex 36 EE E3 4D 0 5 7 B0 54 39
Octal 66 356 343 115 0 5 7 260 124 71
Binary 110110 11101110 11100011 1001101 0 101 111 10110000 1010100 111001

Color Harmonies of #36EEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EEE3

Black with #36EEE3

Text Example


Text Example

White with #36EEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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