Html Css Color HEX #36E7CF Turquoise

📋 copy color: '#36E7CF'

red 54 ◦ green 231 ◦ blue 207

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

Shades of Turquoise #36E7CF

Tints of Turquoise #36E7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.95%

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 10.98%
G = 46.95%
B = 42.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#36E7CF (or 0x36E7CF) is known color: Turquoise. HEX triplet: 36, E7 and CF. RGB value is (54,231,207). Sum of RGB (Red+Green+Blue) = 54+231+207=492 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.98% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #36E7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E7CF is #C91830. Grayscale: #AFAFAF. Windows color (decimal): -13178929 or 13625142. OLE color: 13625142.

HSL color Cylindrical-coordinate representation of color #36E7CF: hue angle of 171.86º degrees, saturation: 0.79, 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 #36E7CF is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 54 231 207 -
CMYK 0.77 0 0.10 0.09
HSL 171.86º 0.79% 0.56% -
HSV(B) 171.86º 0.77% 0.91% -
XYZ 41.36 62.44 68.9 -
YUV 175.34 145.86 41.45 -
System Red Green Blue C M Y K H S L
Decimal 54 231 207 0.77 0 0.10 0.09 171.86 0.79 0.56
Hex 36 E7 CF 4D 0 A 9 AC 4F 38
Octal 66 347 317 115 0 12 11 254 117 70
Binary 110110 11100111 11001111 1001101 0 1010 1001 10101100 1001111 111000

Color Harmonies of #36E7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E7CF

Black with #36E7CF

Text Example


Text Example

White with #36E7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,231,207); }

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

background-color css

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

 a { background-color: rgb(54,231,207); }

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

border-color css

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

 span { border-color: rgb(54,231,207); }

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