Html Css Color HEX #3CDEBC Turquoise

📋 copy color: '#3CDEBC'

red 60 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #3CDEBC

Tints of Turquoise #3CDEBC

RGB

 RED value IS 60 (23.83% from 255) = 12.77%

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 12.77%
G = 47.23%
B = 40%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#3CDEBC (or 0x3CDEBC) is known color: Turquoise. HEX triplet: 3C, DE and BC. RGB value is (60,222,188). Sum of RGB (Red+Green+Blue) = 60+222+188=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDEBC is #C32143. Grayscale: #A9A9A9. Windows color (decimal): -12788036 or 12377660. OLE color: 12377660.

HSL color Cylindrical-coordinate representation of color #3CDEBC: hue angle of 167.41º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDEBC is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 222 188 -
CMYK 0.73 0 0.15 0.13
HSL 167.41º 0.71% 0.55% -
HSV(B) 167.41º 0.73% 0.87% -
XYZ 37.06 56.83 56.59 -
YUV 169.69 138.33 49.76 -
System Red Green Blue C M Y K H S L
Decimal 60 222 188 0.73 0 0.15 0.13 167.41 0.71 0.55
Hex 3C DE BC 49 0 F D A7 47 37
Octal 74 336 274 111 0 17 15 247 107 67
Binary 111100 11011110 10111100 1001001 0 1111 1101 10100111 1000111 110111

Color Harmonies of #3CDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDEBC

Black with #3CDEBC

Text Example


Text Example

White with #3CDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CDEBC; }

 p { color: rgb(60,222,188); }

 H1.HeaderClassName
 {
   color: #3CDEBC;
 }
 .AnyTagClassName
 {
   color: #3CDEBC;
 }
</style>

background-color css

<style>
 a { background-color: #3CDEBC; }

 a { background-color: rgb(60,222,188); }

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

border-color css

<style>
 span { border-color: #3CDEBC; }

 span { border-color: rgb(60,222,188); }

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