Html Css Color HEX #3CF1E7 Turquoise

📋 copy color: '#3CF1E7'

red 60 ◦ green 241 ◦ blue 231

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

Shades of Turquoise #3CF1E7

Tints of Turquoise #3CF1E7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 11.28%
G = 45.3%
B = 43.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#3CF1E7 (or 0x3CF1E7) is known color: Turquoise. HEX triplet: 3C, F1 and E7. RGB value is (60,241,231). Sum of RGB (Red+Green+Blue) = 60+241+231=532 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.28% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF1E7 is #C30E18. Grayscale: #B9B9B9. Windows color (decimal): -12783129 or 15200572. OLE color: 15200572.

HSL color Cylindrical-coordinate representation of color #3CF1E7: hue angle of 176.69º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF1E7 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 241 231 -
CMYK 0.75 0 0.04 0.05
HSL 176.69º 0.87% 0.59% -
HSV(B) 176.69º 0.75% 0.95% -
XYZ 47.74 69.64 86.53 -
YUV 185.74 153.53 38.31 -
System Red Green Blue C M Y K H S L
Decimal 60 241 231 0.75 0 0.04 0.05 176.69 0.87 0.59
Hex 3C F1 E7 4B 0 4 5 B1 57 3B
Octal 74 361 347 113 0 4 5 261 127 73
Binary 111100 11110001 11100111 1001011 0 100 101 10110001 1010111 111011

Color Harmonies of #3CF1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF1E7

Black with #3CF1E7

Text Example


Text Example

White with #3CF1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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