Html Css Color HEX #36DBF0 Turquoise

📋 copy color: '#36DBF0'

red 54 ◦ green 219 ◦ blue 240

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

Shades of Turquoise #36DBF0

Tints of Turquoise #36DBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 10.53%
G = 42.69%
B = 46.78%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#36DBF0 (or 0x36DBF0) is known color: Turquoise. HEX triplet: 36, DB and F0. RGB value is (54,219,240). Sum of RGB (Red+Green+Blue) = 54+219+240=513 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.53% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #36DBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBF0 is #C9240F. Grayscale: #ABABAB. Windows color (decimal): -13181968 or 15784758. OLE color: 15784758.

HSL color Cylindrical-coordinate representation of color #36DBF0: hue angle of 186.77º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DBF0 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 219 240 -
CMYK 0.78 0.09 0 0.06
HSL 186.77º 0.86% 0.58% -
HSV(B) 186.77º 0.78% 0.94% -
XYZ 42.58 57.74 91.34 -
YUV 172.06 166.34 43.79 -
System Red Green Blue C M Y K H S L
Decimal 54 219 240 0.78 0.09 0 0.06 186.77 0.86 0.58
Hex 36 DB F0 4E 9 0 6 BB 56 3A
Octal 66 333 360 116 11 0 6 273 126 72
Binary 110110 11011011 11110000 1001110 1001 0 110 10111011 1010110 111010

Color Harmonies of #36DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DBF0

Black with #36DBF0

Text Example


Text Example

White with #36DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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