Html Css Color HEX #5CCDEF Turquoise Blue

📋 copy color: '#5CCDEF'

red 92 ◦ green 205 ◦ blue 239

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

Shades of Turquoise Blue #5CCDEF

Tints of Turquoise Blue #5CCDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 17.16%
G = 38.25%
B = 44.59%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5CCDEF (or 0x5CCDEF) is known color: Turquoise Blue. HEX triplet: 5C, CD and EF. RGB value is (92,205,239). Sum of RGB (Red+Green+Blue) = 92+205+239=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCDEF is #A33210. Grayscale: #AEAEAE. Windows color (decimal): -10695185 or 15715676. OLE color: 15715676.

HSL color Cylindrical-coordinate representation of color #5CCDEF: hue angle of 193.88º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CCDEF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 205 239 -
CMYK 0.62 0.14 0 0.06
HSL 193.88º 0.82% 0.65% -
HSV(B) 193.88º 0.62% 0.94% -
XYZ 41.82 52.17 89.53 -
YUV 175.09 164.06 68.74 -
System Red Green Blue C M Y K H S L
Decimal 92 205 239 0.62 0.14 0 0.06 193.88 0.82 0.65
Hex 5C CD EF 3E E 0 6 C2 52 41
Octal 134 315 357 76 16 0 6 302 122 101
Binary 1011100 11001101 11101111 111110 1110 0 110 11000010 1010010 1000001

Color Harmonies of #5CCDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCDEF

Black with #5CCDEF

Text Example


Text Example

White with #5CCDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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