Html Css Color HEX #5CCBEB Turquoise Blue

📋 copy color: '#5CCBEB'

red 92 ◦ green 203 ◦ blue 235

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

Shades of Turquoise Blue #5CCBEB

Tints of Turquoise Blue #5CCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

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

R = 17.36%
G = 38.3%
B = 44.34%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5CCBEB (or 0x5CCBEB) is known color: Turquoise Blue. HEX triplet: 5C, CB and EB. RGB value is (92,203,235). Sum of RGB (Red+Green+Blue) = 92+203+235=530 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.36% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CCBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCBEB is #A33414. Grayscale: #ADADAD. Windows color (decimal): -10695701 or 15453020. OLE color: 15453020.

HSL color Cylindrical-coordinate representation of color #5CCBEB: hue angle of 193.43º 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 #5CCBEB is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 203 235 -
CMYK 0.61 0.14 0 0.08
HSL 193.43º 0.78% 0.64% -
HSV(B) 193.43º 0.61% 0.92% -
XYZ 40.76 50.99 86.29 -
YUV 173.46 162.73 69.9 -
System Red Green Blue C M Y K H S L
Decimal 92 203 235 0.61 0.14 0 0.08 193.43 0.78 0.64
Hex 5C CB EB 3D E 0 8 C1 4E 40
Octal 134 313 353 75 16 0 10 301 116 100
Binary 1011100 11001011 11101011 111101 1110 0 1000 11000001 1001110 1000000

Color Harmonies of #5CCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBEB

Black with #5CCBEB

Text Example


Text Example

White with #5CCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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