Html Css Color HEX #36ECF1 Turquoise

📋 copy color: '#36ECF1'

red 54 ◦ green 236 ◦ blue 241

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

Shades of Turquoise #36ECF1

Tints of Turquoise #36ECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.44%

 BLUE value IS 241 (94.53% from 255) = 45.39%

R = 10.17%
G = 44.44%
B = 45.39%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#36ECF1 (or 0x36ECF1) is known color: Turquoise. HEX triplet: 36, EC and F1. RGB value is (54,236,241). Sum of RGB (Red+Green+Blue) = 54+236+241=531 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.17% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #36ECF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36ECF1 is #C9130E. Grayscale: #B5B5B5. Windows color (decimal): -13177615 or 15854646. OLE color: 15854646.

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

Color convert

RGB 54 236 241 -
CMYK 0.78 0.02 0 0.05
HSL 181.6º 0.87% 0.58% -
HSV(B) 181.6º 0.78% 0.95% -
XYZ 47.39 67.13 93.68 -
YUV 182.15 161.2 36.59 -
System Red Green Blue C M Y K H S L
Decimal 54 236 241 0.78 0.02 0 0.05 181.6 0.87 0.58
Hex 36 EC F1 4E 2 0 5 B6 57 3A
Octal 66 354 361 116 2 0 5 266 127 72
Binary 110110 11101100 11110001 1001110 10 0 101 10110110 1010111 111010

Color Harmonies of #36ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ECF1

Black with #36ECF1

Text Example


Text Example

White with #36ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,236,241); }

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

background-color css

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

 a { background-color: rgb(54,236,241); }

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

border-color css

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

 span { border-color: rgb(54,236,241); }

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