Html Css Color HEX #36FADB Turquoise

📋 copy color: '#36FADB'

red 54 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #36FADB

Tints of Turquoise #36FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 10.33%
G = 47.8%
B = 41.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#36FADB (or 0x36FADB) is known color: Turquoise. HEX triplet: 36, FA and DB. RGB value is (54,250,219). Sum of RGB (Red+Green+Blue) = 54+250+219=523 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.33% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #36FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FADB is #C90524. Grayscale: #BBBBBB. Windows color (decimal): -13174053 or 14416438. OLE color: 14416438.

HSL color Cylindrical-coordinate representation of color #36FADB: hue angle of 170.51º 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 #36FADB is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 250 219 -
CMYK 0.78 0 0.12 0.02
HSL 170.51º 0.95% 0.6% -
HSV(B) 170.51º 0.78% 0.98% -
XYZ 48.49 74.27 78.8 -
YUV 187.86 145.57 32.52 -
System Red Green Blue C M Y K H S L
Decimal 54 250 219 0.78 0 0.12 0.02 170.51 0.95 0.6
Hex 36 FA DB 4E 0 C 2 AB 5F 3C
Octal 66 372 333 116 0 14 2 253 137 74
Binary 110110 11111010 11011011 1001110 0 1100 10 10101011 1011111 111100

Color Harmonies of #36FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FADB

Black with #36FADB

Text Example


Text Example

White with #36FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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