Html Css Color HEX #5CCBCF Medium Turquoise

📋 copy color: '#5CCBCF'

red 92 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #5CCBCF

Tints of Medium Turquoise #5CCBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 18.33%
G = 40.44%
B = 41.24%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CCBCF (or 0x5CCBCF) is known color: Medium Turquoise. HEX triplet: 5C, CB and CF. RGB value is (92,203,207). Sum of RGB (Red+Green+Blue) = 92+203+207=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #5CCBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBCF is #A33430. Grayscale: #AAAAAA. Windows color (decimal): -10695729 or 13618012. OLE color: 13618012.

HSL color Cylindrical-coordinate representation of color #5CCBCF: hue angle of 182.09º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCBCF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 203 207 -
CMYK 0.56 0.02 0 0.19
HSL 182.09º 0.55% 0.59% -
HSV(B) 182.09º 0.56% 0.81% -
XYZ 37.03 49.49 66.63 -
YUV 170.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 92 203 207 0.56 0.02 0 0.19 182.09 0.55 0.59
Hex 5C CB CF 38 2 0 13 B6 37 3B
Octal 134 313 317 70 2 0 23 266 67 73
Binary 1011100 11001011 11001111 111000 10 0 10011 10110110 110111 111011

Color Harmonies of #5CCBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBCF

Black with #5CCBCF

Text Example


Text Example

White with #5CCBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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