Html Css Color HEX #36FFF9 Turquoise

📋 copy color: '#36FFF9'

red 54 ◦ green 255 ◦ blue 249

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

Shades of Turquoise #36FFF9

Tints of Turquoise #36FFF9

RGB

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

 GREEN value IS 255 (100% from 255) = 45.7%

 BLUE value IS 249 (97.66% from 255) = 44.62%

R = 9.68%
G = 45.7%
B = 44.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#36FFF9 (or 0x36FFF9) is known color: Turquoise. HEX triplet: 36, FF and F9. RGB value is (54,255,249). Sum of RGB (Red+Green+Blue) = 54+255+249=558 (73% of max value = 765). Red value is 54 (21.48% from 255 or 9.68% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FFF9 is #C90006. Grayscale: #C2C2C2. Windows color (decimal): -13172743 or 16383798. OLE color: 16383798.

HSL color Cylindrical-coordinate representation of color #36FFF9: hue angle of 178.21º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFF9 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 54 255 249 -
CMYK 0.79 0 0.02 0
HSL 178.21º 1% 0.61% -
HSV(B) 178.21º 0.79% 1% -
XYZ 54.38 79.14 102.03 -
YUV 194.22 158.91 27.99 -
System Red Green Blue C M Y K H S L
Decimal 54 255 249 0.79 0 0.02 0 178.21 1 0.61
Hex 36 FF F9 4F 0 2 0 B2 64 3D
Octal 66 377 371 117 0 2 0 262 144 75
Binary 110110 11111111 11111001 1001111 0 10 0 10110010 1100100 111101

Color Harmonies of #36FFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FFF9

Black with #36FFF9

Text Example


Text Example

White with #36FFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,255,249); }

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

background-color css

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

 a { background-color: rgb(54,255,249); }

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

border-color css

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

 span { border-color: rgb(54,255,249); }

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