Html Css Color HEX #5CDCEE Turquoise Blue

📋 copy color: '#5CDCEE'

red 92 ◦ green 220 ◦ blue 238

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

Shades of Turquoise Blue #5CDCEE

Tints of Turquoise Blue #5CDCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40%

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 16.73%
G = 40%
B = 43.27%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CDCEE (or 0x5CDCEE) is known color: Turquoise Blue. HEX triplet: 5C, DC and EE. RGB value is (92,220,238). Sum of RGB (Red+Green+Blue) = 92+220+238=550 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.73% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CDCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDCEE is #A32311. Grayscale: #B7B7B7. Windows color (decimal): -10691346 or 15653980. OLE color: 15653980.

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

Color convert

RGB 92 220 238 -
CMYK 0.61 0.08 0 0.07
HSL 187.4º 0.81% 0.65% -
HSV(B) 187.4º 0.61% 0.93% -
XYZ 45.44 59.63 90 -
YUV 183.78 158.59 62.54 -
System Red Green Blue C M Y K H S L
Decimal 92 220 238 0.61 0.08 0 0.07 187.4 0.81 0.65
Hex 5C DC EE 3D 8 0 7 BB 51 41
Octal 134 334 356 75 10 0 7 273 121 101
Binary 1011100 11011100 11101110 111101 1000 0 111 10111011 1010001 1000001

Color Harmonies of #5CDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDCEE

Black with #5CDCEE

Text Example


Text Example

White with #5CDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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