Html Css Color HEX #5CDEEB Turquoise Blue

📋 copy color: '#5CDEEB'

red 92 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #5CDEEB

Tints of Turquoise Blue #5CDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.44%

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 16.76%
G = 40.44%
B = 42.81%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5CDEEB (or 0x5CDEEB) is known color: Turquoise Blue. HEX triplet: 5C, DE and EB. RGB value is (92,222,235). Sum of RGB (Red+Green+Blue) = 92+222+235=549 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.76% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDEEB is #A32114. Grayscale: #B8B8B8. Windows color (decimal): -10690837 or 15457884. OLE color: 15457884.

HSL color Cylindrical-coordinate representation of color #5CDEEB: hue angle of 185.45º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CDEEB is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 222 235 -
CMYK 0.61 0.06 0 0.08
HSL 185.45º 0.78% 0.64% -
HSV(B) 185.45º 0.61% 0.92% -
XYZ 45.53 60.52 87.88 -
YUV 184.61 156.43 61.94 -
System Red Green Blue C M Y K H S L
Decimal 92 222 235 0.61 0.06 0 0.08 185.45 0.78 0.64
Hex 5C DE EB 3D 6 0 8 B9 4E 40
Octal 134 336 353 75 6 0 10 271 116 100
Binary 1011100 11011110 11101011 111101 110 0 1000 10111001 1001110 1000000

Color Harmonies of #5CDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDEEB

Black with #5CDEEB

Text Example


Text Example

White with #5CDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,222,235); }

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

background-color css

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

 a { background-color: rgb(92,222,235); }

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

border-color css

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

 span { border-color: rgb(92,222,235); }

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