Html Css Color HEX #3CE1F9 Turquoise

📋 copy color: '#3CE1F9'

red 60 ◦ green 225 ◦ blue 249

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

Shades of Turquoise #3CE1F9

Tints of Turquoise #3CE1F9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.13%

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 11.24%
G = 42.13%
B = 46.63%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CE1F9 (or 0x3CE1F9) is known color: Turquoise. HEX triplet: 3C, E1 and F9. RGB value is (60,225,249). Sum of RGB (Red+Green+Blue) = 60+225+249=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #3CE1F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE1F9 is #C31E06. Grayscale: #B2B2B2. Windows color (decimal): -12787207 or 16376124. OLE color: 16376124.

HSL color Cylindrical-coordinate representation of color #3CE1F9: hue angle of 187.62º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE1F9 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 225 249 -
CMYK 0.76 0.10 0 0.02
HSL 187.62º 0.94% 0.61% -
HSV(B) 187.62º 0.76% 0.98% -
XYZ 45.89 61.65 99.1 -
YUV 178.4 167.84 43.55 -
System Red Green Blue C M Y K H S L
Decimal 60 225 249 0.76 0.10 0 0.02 187.62 0.94 0.61
Hex 3C E1 F9 4C A 0 2 BC 5E 3D
Octal 74 341 371 114 12 0 2 274 136 75
Binary 111100 11100001 11111001 1001100 1010 0 10 10111100 1011110 111101

Color Harmonies of #3CE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE1F9

Black with #3CE1F9

Text Example


Text Example

White with #3CE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,225,249); }

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

background-color css

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

 a { background-color: rgb(60,225,249); }

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

border-color css

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

 span { border-color: rgb(60,225,249); }

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