Html Css Color HEX #36FADF Turquoise

📋 copy color: '#36FADF'

red 54 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #36FADF

Tints of Turquoise #36FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.44%

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

R = 10.25%
G = 47.44%
B = 42.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#36FADF (or 0x36FADF) is known color: Turquoise. HEX triplet: 36, FA and DF. RGB value is (54,250,223). Sum of RGB (Red+Green+Blue) = 54+250+223=527 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.25% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #36FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FADF is #C90520. Grayscale: #BCBCBC. Windows color (decimal): -13174049 or 14678582. OLE color: 14678582.

HSL color Cylindrical-coordinate representation of color #36FADF: hue angle of 171.73º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FADF is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 250 223 -
CMYK 0.78 0 0.11 0.02
HSL 171.73º 0.95% 0.6% -
HSV(B) 171.73º 0.78% 0.98% -
XYZ 49.03 74.48 81.6 -
YUV 188.32 147.57 32.2 -
System Red Green Blue C M Y K H S L
Decimal 54 250 223 0.78 0 0.11 0.02 171.73 0.95 0.6
Hex 36 FA DF 4E 0 B 2 AC 5F 3C
Octal 66 372 337 116 0 13 2 254 137 74
Binary 110110 11111010 11011111 1001110 0 1011 10 10101100 1011111 111100

Color Harmonies of #36FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FADF

Black with #36FADF

Text Example


Text Example

White with #36FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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