Html Css Color HEX #5CCAD3 Medium Turquoise

📋 copy color: '#5CCAD3'

red 92 ◦ green 202 ◦ blue 211

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

Shades of Medium Turquoise #5CCAD3

Tints of Medium Turquoise #5CCAD3

RGB

 RED value IS 92 (36.33% from 255) = 18.22%

 GREEN value IS 202 (79.3% from 255) = 40%

 BLUE value IS 211 (82.81% from 255) = 41.78%

R = 18.22%
G = 40%
B = 41.78%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5CCAD3 (or 0x5CCAD3) is known color: Medium Turquoise. HEX triplet: 5C, CA and D3. RGB value is (92,202,211). Sum of RGB (Red+Green+Blue) = 92+202+211=505 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.22% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #5CCAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCAD3 is #A3352C. Grayscale: #A9A9A9. Windows color (decimal): -10695981 or 13879900. OLE color: 13879900.

HSL color Cylindrical-coordinate representation of color #5CCAD3: hue angle of 184.54º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCAD3 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 92 202 211 -
CMYK 0.56 0.04 0 0.17
HSL 184.54º 0.57% 0.59% -
HSV(B) 184.54º 0.56% 0.83% -
XYZ 37.29 49.22 69.16 -
YUV 170.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 92 202 211 0.56 0.04 0 0.17 184.54 0.57 0.59
Hex 5C CA D3 38 4 0 11 B9 39 3B
Octal 134 312 323 70 4 0 21 271 71 73
Binary 1011100 11001010 11010011 111000 100 0 10001 10111001 111001 111011

Color Harmonies of #5CCAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCAD3

Black with #5CCAD3

Text Example


Text Example

White with #5CCAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CCAD3; }

 p { color: rgb(92,202,211); }

 H1.HeaderClassName
 {
   color: #5CCAD3;
 }
 .AnyTagClassName
 {
   color: #5CCAD3;
 }
</style>

background-color css

<style>
 a { background-color: #5CCAD3; }

 a { background-color: rgb(92,202,211); }

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

border-color css

<style>
 span { border-color: #5CCAD3; }

 span { border-color: rgb(92,202,211); }

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