Html Css Color HEX #3CEDBE Turquoise

📋 copy color: '#3CEDBE'

red 60 ◦ green 237 ◦ blue 190

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

Shades of Turquoise #3CEDBE

Tints of Turquoise #3CEDBE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.67%

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 12.32%
G = 48.67%
B = 39.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#3CEDBE (or 0x3CEDBE) is known color: Turquoise. HEX triplet: 3C, ED and BE. RGB value is (60,237,190). Sum of RGB (Red+Green+Blue) = 60+237+190=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDBE is #C31241. Grayscale: #B2B2B2. Windows color (decimal): -12784194 or 12512572. OLE color: 12512572.

HSL color Cylindrical-coordinate representation of color #3CEDBE: hue angle of 164.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEDBE is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 237 190 -
CMYK 0.75 0 0.20 0.07
HSL 164.07º 0.83% 0.58% -
HSV(B) 164.07º 0.75% 0.93% -
XYZ 41.44 65.25 59.12 -
YUV 178.72 134.36 43.32 -
System Red Green Blue C M Y K H S L
Decimal 60 237 190 0.75 0 0.20 0.07 164.07 0.83 0.58
Hex 3C ED BE 4B 0 14 7 A4 53 3A
Octal 74 355 276 113 0 24 7 244 123 72
Binary 111100 11101101 10111110 1001011 0 10100 111 10100100 1010011 111010

Color Harmonies of #3CEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDBE

Black with #3CEDBE

Text Example


Text Example

White with #3CEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,237,190); }

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

background-color css

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

 a { background-color: rgb(60,237,190); }

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

border-color css

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

 span { border-color: rgb(60,237,190); }

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