Html Css Color HEX #36DFF4 Turquoise

📋 copy color: '#36DFF4'

red 54 ◦ green 223 ◦ blue 244

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

Shades of Turquoise #36DFF4

Tints of Turquoise #36DFF4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

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

R = 10.36%
G = 42.8%
B = 46.83%

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

#36DFF4 (or 0x36DFF4) is known color: Turquoise. HEX triplet: 36, DF and F4. RGB value is (54,223,244). Sum of RGB (Red+Green+Blue) = 54+223+244=521 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.36% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #36DFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DFF4 is #C9200B. Grayscale: #AEAEAE. Windows color (decimal): -13180940 or 16047926. OLE color: 16047926.

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

Color convert

RGB 54 223 244 -
CMYK 0.78 0.09 0 0.04
HSL 186.63º 0.9% 0.58% -
HSV(B) 186.63º 0.78% 0.96% -
XYZ 44.24 60.09 94.86 -
YUV 174.86 167.01 41.79 -
System Red Green Blue C M Y K H S L
Decimal 54 223 244 0.78 0.09 0 0.04 186.63 0.9 0.58
Hex 36 DF F4 4E 9 0 4 BB 5A 3A
Octal 66 337 364 116 11 0 4 273 132 72
Binary 110110 11011111 11110100 1001110 1001 0 100 10111011 1011010 111010

Color Harmonies of #36DFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DFF4

Black with #36DFF4

Text Example


Text Example

White with #36DFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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