Html Css Color HEX #36D5E3 Turquoise

📋 copy color: '#36D5E3'

red 54 ◦ green 213 ◦ blue 227

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

Shades of Turquoise #36D5E3

Tints of Turquoise #36D5E3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

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

R = 10.93%
G = 43.12%
B = 45.95%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#36D5E3 (or 0x36D5E3) is known color: Turquoise. HEX triplet: 36, D5 and E3. RGB value is (54,213,227). Sum of RGB (Red+Green+Blue) = 54+213+227=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #36D5E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D5E3 is #C92A1C. Grayscale: #A6A6A6. Windows color (decimal): -13183517 or 14931254. OLE color: 14931254.

HSL color Cylindrical-coordinate representation of color #36D5E3: hue angle of 184.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36D5E3 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 213 227 -
CMYK 0.76 0.06 0 0.11
HSL 184.86º 0.76% 0.55% -
HSV(B) 184.86º 0.76% 0.89% -
XYZ 39.18 53.92 81.02 -
YUV 167.06 161.82 47.36 -
System Red Green Blue C M Y K H S L
Decimal 54 213 227 0.76 0.06 0 0.11 184.86 0.76 0.55
Hex 36 D5 E3 4C 6 0 B B9 4C 37
Octal 66 325 343 114 6 0 13 271 114 67
Binary 110110 11010101 11100011 1001100 110 0 1011 10111001 1001100 110111

Color Harmonies of #36D5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D5E3

Black with #36D5E3

Text Example


Text Example

White with #36D5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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