Html Css Color HEX #3CE2F1 Turquoise

📋 copy color: '#3CE2F1'

red 60 ◦ green 226 ◦ blue 241

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

Shades of Turquoise #3CE2F1

Tints of Turquoise #3CE2F1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.88%

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 11.39%
G = 42.88%
B = 45.73%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CE2F1 (or 0x3CE2F1) is known color: Turquoise. HEX triplet: 3C, E2 and F1. RGB value is (60,226,241). Sum of RGB (Red+Green+Blue) = 60+226+241=527 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.39% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CE2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE2F1 is #C31D0E. Grayscale: #B1B1B1. Windows color (decimal): -12786959 or 15852092. OLE color: 15852092.

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

Color convert

RGB 60 226 241 -
CMYK 0.75 0.06 0 0.05
HSL 184.97º 0.87% 0.59% -
HSV(B) 184.97º 0.75% 0.95% -
XYZ 44.94 61.7 92.76 -
YUV 178.08 163.5 43.78 -
System Red Green Blue C M Y K H S L
Decimal 60 226 241 0.75 0.06 0 0.05 184.97 0.87 0.59
Hex 3C E2 F1 4B 6 0 5 B9 57 3B
Octal 74 342 361 113 6 0 5 271 127 73
Binary 111100 11100010 11110001 1001011 110 0 101 10111001 1010111 111011

Color Harmonies of #3CE2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE2F1

Black with #3CE2F1

Text Example


Text Example

White with #3CE2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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