Html Css Color HEX #36DDF4 Turquoise

📋 copy color: '#36DDF4'

red 54 ◦ green 221 ◦ blue 244

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

Shades of Turquoise #36DDF4

Tints of Turquoise #36DDF4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

 BLUE value IS 244 (95.7% from 255) = 47.01%

R = 10.4%
G = 42.58%
B = 47.01%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#36DDF4 (or 0x36DDF4) is known color: Turquoise. HEX triplet: 36, DD and F4. RGB value is (54,221,244). Sum of RGB (Red+Green+Blue) = 54+221+244=519 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.40% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #36DDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DDF4 is #C9220B. Grayscale: #ADADAD. Windows color (decimal): -13181452 or 16047414. OLE color: 16047414.

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

Color convert

RGB 54 221 244 -
CMYK 0.78 0.09 0 0.04
HSL 187.26º 0.9% 0.58% -
HSV(B) 187.26º 0.78% 0.96% -
XYZ 43.71 59.03 94.68 -
YUV 173.69 167.67 42.63 -
System Red Green Blue C M Y K H S L
Decimal 54 221 244 0.78 0.09 0 0.04 187.26 0.9 0.58
Hex 36 DD F4 4E 9 0 4 BB 5A 3A
Octal 66 335 364 116 11 0 4 273 132 72
Binary 110110 11011101 11110100 1001110 1001 0 100 10111011 1011010 111010

Color Harmonies of #36DDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DDF4

Black with #36DDF4

Text Example


Text Example

White with #36DDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,221,244); }

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

background-color css

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

 a { background-color: rgb(54,221,244); }

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

border-color css

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

 span { border-color: rgb(54,221,244); }

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