Html Css Color HEX #5CCADB Turquoise Blue

📋 copy color: '#5CCADB'

red 92 ◦ green 202 ◦ blue 219

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

Shades of Turquoise Blue #5CCADB

Tints of Turquoise Blue #5CCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.38%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 17.93%
G = 39.38%
B = 42.69%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5CCADB (or 0x5CCADB) is known color: Turquoise Blue. HEX triplet: 5C, CA and DB. RGB value is (92,202,219). Sum of RGB (Red+Green+Blue) = 92+202+219=513 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.93% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCADB is #A33524. Grayscale: #AAAAAA. Windows color (decimal): -10695973 or 14404188. OLE color: 14404188.

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

Color convert

RGB 92 202 219 -
CMYK 0.58 0.08 0 0.14
HSL 188.03º 0.64% 0.61% -
HSV(B) 188.03º 0.58% 0.86% -
XYZ 38.32 49.63 74.58 -
YUV 171.05 155.06 71.62 -
System Red Green Blue C M Y K H S L
Decimal 92 202 219 0.58 0.08 0 0.14 188.03 0.64 0.61
Hex 5C CA DB 3A 8 0 E BC 40 3D
Octal 134 312 333 72 10 0 16 274 100 75
Binary 1011100 11001010 11011011 111010 1000 0 1110 10111100 1000000 111101

Color Harmonies of #5CCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCADB

Black with #5CCADB

Text Example


Text Example

White with #5CCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,202,219); }

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

background-color css

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

 a { background-color: rgb(92,202,219); }

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

border-color css

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

 span { border-color: rgb(92,202,219); }

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