Html Css Color HEX #3CEDBB Turquoise

📋 copy color: '#3CEDBB'

red 60 ◦ green 237 ◦ blue 187

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

Shades of Turquoise #3CEDBB

Tints of Turquoise #3CEDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 12.4%
G = 48.97%
B = 38.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#3CEDBB (or 0x3CEDBB) is known color: Turquoise. HEX triplet: 3C, ED and BB. RGB value is (60,237,187). Sum of RGB (Red+Green+Blue) = 60+237+187=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDBB is #C31244. Grayscale: #B2B2B2. Windows color (decimal): -12784197 or 12315964. OLE color: 12315964.

HSL color Cylindrical-coordinate representation of color #3CEDBB: hue angle of 163.05º 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 #3CEDBB is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 237 187 -
CMYK 0.75 0 0.21 0.07
HSL 163.05º 0.83% 0.58% -
HSV(B) 163.05º 0.75% 0.93% -
XYZ 41.12 65.12 57.42 -
YUV 178.38 132.86 43.57 -
System Red Green Blue C M Y K H S L
Decimal 60 237 187 0.75 0 0.21 0.07 163.05 0.83 0.58
Hex 3C ED BB 4B 0 15 7 A3 53 3A
Octal 74 355 273 113 0 25 7 243 123 72
Binary 111100 11101101 10111011 1001011 0 10101 111 10100011 1010011 111010

Color Harmonies of #3CEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDBB

Black with #3CEDBB

Text Example


Text Example

White with #3CEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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