Html Css Color HEX #36DDFE Turquoise

📋 copy color: '#36DDFE'

red 54 ◦ green 221 ◦ blue 254

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

Shades of Turquoise #36DDFE

Tints of Turquoise #36DDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 10.21%
G = 41.78%
B = 48.02%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#36DDFE (or 0x36DDFE) is known color: Turquoise. HEX triplet: 36, DD and FE. RGB value is (54,221,254). Sum of RGB (Red+Green+Blue) = 54+221+254=529 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.21% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #36DDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DDFE is #C92201. Grayscale: #AEAEAE. Windows color (decimal): -13181442 or 16702774. OLE color: 16702774.

HSL color Cylindrical-coordinate representation of color #36DDFE: hue angle of 189.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36DDFE is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 221 254 -
CMYK 0.79 0.13 0 0.00
HSL 189.9º 0.99% 0.6% -
HSV(B) 189.9º 0.79% 1% -
XYZ 45.27 59.65 102.89 -
YUV 174.83 172.67 41.82 -
System Red Green Blue C M Y K H S L
Decimal 54 221 254 0.79 0.13 0 0.00 189.9 0.99 0.6
Hex 36 DD FE 4F D 0 0 BE 63 3C
Octal 66 335 376 117 15 0 0 276 143 74
Binary 110110 11011101 11111110 1001111 1101 0 0 10111110 1100011 111100

Color Harmonies of #36DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DDFE

Black with #36DDFE

Text Example


Text Example

White with #36DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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