Html Css Color HEX #36D5E9 Turquoise

📋 copy color: '#36D5E9'

red 54 ◦ green 213 ◦ blue 233

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

Shades of Turquoise #36D5E9

Tints of Turquoise #36D5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 10.8%
G = 42.6%
B = 46.6%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#36D5E9 (or 0x36D5E9) is known color: Turquoise. HEX triplet: 36, D5 and E9. RGB value is (54,213,233). Sum of RGB (Red+Green+Blue) = 54+213+233=500 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.8% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #36D5E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36D5E9 is #C92A16. Grayscale: #A7A7A7. Windows color (decimal): -13183511 or 15324470. OLE color: 15324470.

HSL color Cylindrical-coordinate representation of color #36D5E9: hue angle of 186.7º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36D5E9 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 54 213 233 -
CMYK 0.77 0.09 0 0.09
HSL 186.7º 0.8% 0.56% -
HSV(B) 186.7º 0.77% 0.91% -
XYZ 40.02 54.26 85.45 -
YUV 167.74 164.82 46.87 -
System Red Green Blue C M Y K H S L
Decimal 54 213 233 0.77 0.09 0 0.09 186.7 0.8 0.56
Hex 36 D5 E9 4D 9 0 9 BB 50 38
Octal 66 325 351 115 11 0 11 273 120 70
Binary 110110 11010101 11101001 1001101 1001 0 1001 10111011 1010000 111000

Color Harmonies of #36D5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D5E9

Black with #36D5E9

Text Example


Text Example

White with #36D5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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