Html Css Color HEX #5CDFDC Turquoise Blue

📋 copy color: '#5CDFDC'

red 92 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #5CDFDC

Tints of Turquoise Blue #5CDFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 17.2%
G = 41.68%
B = 41.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#5CDFDC (or 0x5CDFDC) is known color: Turquoise Blue. HEX triplet: 5C, DF and DC. RGB value is (92,223,220). Sum of RGB (Red+Green+Blue) = 92+223+220=535 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.20% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDFDC is #A32023. Grayscale: #B7B7B7. Windows color (decimal): -10690596 or 14475100. OLE color: 14475100.

HSL color Cylindrical-coordinate representation of color #5CDFDC: hue angle of 178.63º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDFDC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 223 220 -
CMYK 0.59 0 0.01 0.13
HSL 178.63º 0.67% 0.62% -
HSV(B) 178.63º 0.59% 0.87% -
XYZ 43.72 60.22 77.03 -
YUV 183.49 148.6 62.74 -
System Red Green Blue C M Y K H S L
Decimal 92 223 220 0.59 0 0.01 0.13 178.63 0.67 0.62
Hex 5C DF DC 3B 0 1 D B3 43 3E
Octal 134 337 334 73 0 1 15 263 103 76
Binary 1011100 11011111 11011100 111011 0 1 1101 10110011 1000011 111110

Color Harmonies of #5CDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDFDC

Black with #5CDFDC

Text Example


Text Example

White with #5CDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,223,220); }

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

background-color css

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

 a { background-color: rgb(92,223,220); }

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

border-color css

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

 span { border-color: rgb(92,223,220); }

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