Html Css Color HEX #36D2EA Turquoise

📋 copy color: '#36D2EA'

red 54 ◦ green 210 ◦ blue 234

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

Shades of Turquoise #36D2EA

Tints of Turquoise #36D2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 10.84%
G = 42.17%
B = 46.99%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#36D2EA (or 0x36D2EA) is known color: Turquoise. HEX triplet: 36, D2 and EA. RGB value is (54,210,234). Sum of RGB (Red+Green+Blue) = 54+210+234=498 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.84% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #36D2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36D2EA is #C92D15. Grayscale: #A5A5A5. Windows color (decimal): -13184278 or 15389238. OLE color: 15389238.

HSL color Cylindrical-coordinate representation of color #36D2EA: hue angle of 188º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36D2EA is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 210 234 -
CMYK 0.77 0.10 0 0.08
HSL 188º 0.81% 0.56% -
HSV(B) 188º 0.77% 0.92% -
XYZ 39.42 52.82 85.96 -
YUV 166.09 166.32 48.05 -
System Red Green Blue C M Y K H S L
Decimal 54 210 234 0.77 0.10 0 0.08 188 0.81 0.56
Hex 36 D2 EA 4D A 0 8 BC 51 38
Octal 66 322 352 115 12 0 10 274 121 70
Binary 110110 11010010 11101010 1001101 1010 0 1000 10111100 1010001 111000

Color Harmonies of #36D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D2EA

Black with #36D2EA

Text Example


Text Example

White with #36D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,210,234); }

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

background-color css

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

 a { background-color: rgb(54,210,234); }

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

border-color css

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

 span { border-color: rgb(54,210,234); }

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