Html Css Color HEX #36ECED Turquoise

📋 copy color: '#36ECED'

red 54 ◦ green 236 ◦ blue 237

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

Shades of Turquoise #36ECED

Tints of Turquoise #36ECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.78%

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 10.25%
G = 44.78%
B = 44.97%

CMYK

 C value IS 0.77

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#36ECED (or 0x36ECED) is known color: Turquoise. HEX triplet: 36, EC and ED. RGB value is (54,236,237). Sum of RGB (Red+Green+Blue) = 54+236+237=527 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.25% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #36ECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36ECED is #C91312. Grayscale: #B5B5B5. Windows color (decimal): -13177619 or 15592502. OLE color: 15592502.

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

Color convert

RGB 54 236 237 -
CMYK 0.77 0.00 0 0.07
HSL 180.33º 0.84% 0.57% -
HSV(B) 180.33º 0.77% 0.93% -
XYZ 46.8 66.89 90.56 -
YUV 181.7 159.2 36.92 -
System Red Green Blue C M Y K H S L
Decimal 54 236 237 0.77 0.00 0 0.07 180.33 0.84 0.57
Hex 36 EC ED 4D 0 0 7 B4 54 39
Octal 66 354 355 115 0 0 7 264 124 71
Binary 110110 11101100 11101101 1001101 0 0 111 10110100 1010100 111001

Color Harmonies of #36ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ECED

Black with #36ECED

Text Example


Text Example

White with #36ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,236,237); }

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

background-color css

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

 a { background-color: rgb(54,236,237); }

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

border-color css

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

 span { border-color: rgb(54,236,237); }

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