Html Css Color HEX #3CE7BF Turquoise

📋 copy color: '#3CE7BF'

red 60 ◦ green 231 ◦ blue 191

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

Shades of Turquoise #3CE7BF

Tints of Turquoise #3CE7BF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

 BLUE value IS 191 (75% from 255) = 39.63%

R = 12.45%
G = 47.93%
B = 39.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#3CE7BF (or 0x3CE7BF) is known color: Turquoise. HEX triplet: 3C, E7 and BF. RGB value is (60,231,191). Sum of RGB (Red+Green+Blue) = 60+231+191=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7BF is #C31840. Grayscale: #AFAFAF. Windows color (decimal): -12785729 or 12576572. OLE color: 12576572.

HSL color Cylindrical-coordinate representation of color #3CE7BF: hue angle of 165.96º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE7BF is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 60 231 191 -
CMYK 0.74 0 0.17 0.09
HSL 165.96º 0.78% 0.57% -
HSV(B) 165.96º 0.74% 0.91% -
XYZ 39.84 61.87 59.13 -
YUV 175.31 136.85 45.75 -
System Red Green Blue C M Y K H S L
Decimal 60 231 191 0.74 0 0.17 0.09 165.96 0.78 0.57
Hex 3C E7 BF 4A 0 11 9 A6 4E 39
Octal 74 347 277 112 0 21 11 246 116 71
Binary 111100 11100111 10111111 1001010 0 10001 1001 10100110 1001110 111001

Color Harmonies of #3CE7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE7BF

Black with #3CE7BF

Text Example


Text Example

White with #3CE7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,231,191); }

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

background-color css

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

 a { background-color: rgb(60,231,191); }

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

border-color css

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

 span { border-color: rgb(60,231,191); }

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