Html Css Color HEX #36F7DF Turquoise

📋 copy color: '#36F7DF'

red 54 ◦ green 247 ◦ blue 223

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

Shades of Turquoise #36F7DF

Tints of Turquoise #36F7DF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.14%

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 10.31%
G = 47.14%
B = 42.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#36F7DF (or 0x36F7DF) is known color: Turquoise. HEX triplet: 36, F7 and DF. RGB value is (54,247,223). Sum of RGB (Red+Green+Blue) = 54+247+223=524 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.31% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #36F7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F7DF is #C90820. Grayscale: #BABABA. Windows color (decimal): -13174817 or 14677814. OLE color: 14677814.

HSL color Cylindrical-coordinate representation of color #36F7DF: hue angle of 172.54º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F7DF is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 247 223 -
CMYK 0.78 0 0.10 0.03
HSL 172.54º 0.92% 0.59% -
HSV(B) 172.54º 0.78% 0.97% -
XYZ 48.1 72.63 81.3 -
YUV 186.56 148.56 33.45 -
System Red Green Blue C M Y K H S L
Decimal 54 247 223 0.78 0 0.10 0.03 172.54 0.92 0.59
Hex 36 F7 DF 4E 0 A 3 AD 5C 3B
Octal 66 367 337 116 0 12 3 255 134 73
Binary 110110 11110111 11011111 1001110 0 1010 11 10101101 1011100 111011

Color Harmonies of #36F7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F7DF

Black with #36F7DF

Text Example


Text Example

White with #36F7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,247,223); }

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

background-color css

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

 a { background-color: rgb(54,247,223); }

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

border-color css

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

 span { border-color: rgb(54,247,223); }

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