Html Css Color HEX #36CFDB Medium Turquoise

📋 copy color: '#36CFDB'

red 54 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #36CFDB

Tints of Medium Turquoise #36CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.13%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 11.25%
G = 43.13%
B = 45.63%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36CFDB (or 0x36CFDB) is known color: Medium Turquoise. HEX triplet: 36, CF and DB. RGB value is (54,207,219). Sum of RGB (Red+Green+Blue) = 54+207+219=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #36CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFDB is #C93024. Grayscale: #A2A2A2. Windows color (decimal): -13185061 or 14405430. OLE color: 14405430.

HSL color Cylindrical-coordinate representation of color #36CFDB: hue angle of 184.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36CFDB is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 207 219 -
CMYK 0.75 0.05 0 0.14
HSL 184.36º 0.7% 0.54% -
HSV(B) 184.36º 0.75% 0.86% -
XYZ 36.62 50.52 74.84 -
YUV 162.62 159.81 50.52 -
System Red Green Blue C M Y K H S L
Decimal 54 207 219 0.75 0.05 0 0.14 184.36 0.7 0.54
Hex 36 CF DB 4B 5 0 E B8 46 36
Octal 66 317 333 113 5 0 16 270 106 66
Binary 110110 11001111 11011011 1001011 101 0 1110 10111000 1000110 110110

Color Harmonies of #36CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CFDB

Black with #36CFDB

Text Example


Text Example

White with #36CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,207,219); }

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

background-color css

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

 a { background-color: rgb(54,207,219); }

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

border-color css

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

 span { border-color: rgb(54,207,219); }

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