Html Css Color HEX #36EDF5 Turquoise

📋 copy color: '#36EDF5'

red 54 ◦ green 237 ◦ blue 245

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

Shades of Turquoise #36EDF5

Tints of Turquoise #36EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.22%

 BLUE value IS 245 (96.09% from 255) = 45.71%

R = 10.07%
G = 44.22%
B = 45.71%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#36EDF5 (or 0x36EDF5) is known color: Turquoise. HEX triplet: 36, ED and F5. RGB value is (54,237,245). Sum of RGB (Red+Green+Blue) = 54+237+245=536 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.07% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #36EDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EDF5 is #C9120A. Grayscale: #B6B6B6. Windows color (decimal): -13177355 or 16117046. OLE color: 16117046.

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

Color convert

RGB 54 237 245 -
CMYK 0.78 0.03 0 0.04
HSL 182.51º 0.91% 0.59% -
HSV(B) 182.51º 0.78% 0.96% -
XYZ 48.29 67.95 96.96 -
YUV 183.2 162.87 35.85 -
System Red Green Blue C M Y K H S L
Decimal 54 237 245 0.78 0.03 0 0.04 182.51 0.91 0.59
Hex 36 ED F5 4E 3 0 4 B7 5B 3B
Octal 66 355 365 116 3 0 4 267 133 73
Binary 110110 11101101 11110101 1001110 11 0 100 10110111 1011011 111011

Color Harmonies of #36EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EDF5

Black with #36EDF5

Text Example


Text Example

White with #36EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,237,245); }

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

background-color css

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

 a { background-color: rgb(54,237,245); }

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

border-color css

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

 span { border-color: rgb(54,237,245); }

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