Html Css Color HEX #36DDF3 Turquoise

📋 copy color: '#36DDF3'

red 54 ◦ green 221 ◦ blue 243

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

Shades of Turquoise #36DDF3

Tints of Turquoise #36DDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.91%

R = 10.42%
G = 42.66%
B = 46.91%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#36DDF3 (or 0x36DDF3) is known color: Turquoise. HEX triplet: 36, DD and F3. RGB value is (54,221,243). Sum of RGB (Red+Green+Blue) = 54+221+243=518 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.42% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #36DDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DDF3 is #C9220C. Grayscale: #ADADAD. Windows color (decimal): -13181453 or 15981878. OLE color: 15981878.

HSL color Cylindrical-coordinate representation of color #36DDF3: hue angle of 186.98º degrees, saturation: 0.89, 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 #36DDF3 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 221 243 -
CMYK 0.78 0.09 0 0.05
HSL 186.98º 0.89% 0.58% -
HSV(B) 186.98º 0.78% 0.95% -
XYZ 43.56 58.97 93.88 -
YUV 173.58 167.17 42.71 -
System Red Green Blue C M Y K H S L
Decimal 54 221 243 0.78 0.09 0 0.05 186.98 0.89 0.58
Hex 36 DD F3 4E 9 0 5 BB 59 3A
Octal 66 335 363 116 11 0 5 273 131 72
Binary 110110 11011101 11110011 1001110 1001 0 101 10111011 1011001 111010

Color Harmonies of #36DDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DDF3

Black with #36DDF3

Text Example


Text Example

White with #36DDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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