Html Css Color HEX #5CCDDD Turquoise Blue

📋 copy color: '#5CCDDD'

red 92 ◦ green 205 ◦ blue 221

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

Shades of Turquoise Blue #5CCDDD

Tints of Turquoise Blue #5CCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.58%

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

R = 17.76%
G = 39.58%
B = 42.66%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5CCDDD (or 0x5CCDDD) is known color: Turquoise Blue. HEX triplet: 5C, CD and DD. RGB value is (92,205,221). Sum of RGB (Red+Green+Blue) = 92+205+221=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDDD is #A33222. Grayscale: #ACACAC. Windows color (decimal): -10695203 or 14536028. OLE color: 14536028.

HSL color Cylindrical-coordinate representation of color #5CCDDD: hue angle of 187.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCDDD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 205 221 -
CMYK 0.58 0.07 0 0.13
HSL 187.44º 0.65% 0.61% -
HSV(B) 187.44º 0.58% 0.87% -
XYZ 39.3 51.16 76.21 -
YUV 173.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 92 205 221 0.58 0.07 0 0.13 187.44 0.65 0.61
Hex 5C CD DD 3A 7 0 D BB 41 3D
Octal 134 315 335 72 7 0 15 273 101 75
Binary 1011100 11001101 11011101 111010 111 0 1101 10111011 1000001 111101

Color Harmonies of #5CCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCDDD

Black with #5CCDDD

Text Example


Text Example

White with #5CCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,205,221); }

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

background-color css

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

 a { background-color: rgb(92,205,221); }

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

border-color css

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

 span { border-color: rgb(92,205,221); }

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