Html Css Color HEX #3CE9F1 Turquoise

📋 copy color: '#3CE9F1'

red 60 ◦ green 233 ◦ blue 241

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

Shades of Turquoise #3CE9F1

Tints of Turquoise #3CE9F1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.63%

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

R = 11.24%
G = 43.63%
B = 45.13%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CE9F1 (or 0x3CE9F1) is known color: Turquoise. HEX triplet: 3C, E9 and F1. RGB value is (60,233,241). Sum of RGB (Red+Green+Blue) = 60+233+241=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CE9F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE9F1 is #C3160E. Grayscale: #B5B5B5. Windows color (decimal): -12785167 or 15853884. OLE color: 15853884.

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

Color convert

RGB 60 233 241 -
CMYK 0.75 0.03 0 0.05
HSL 182.65º 0.87% 0.59% -
HSV(B) 182.65º 0.75% 0.95% -
XYZ 46.88 65.59 93.41 -
YUV 182.19 161.19 40.85 -
System Red Green Blue C M Y K H S L
Decimal 60 233 241 0.75 0.03 0 0.05 182.65 0.87 0.59
Hex 3C E9 F1 4B 3 0 5 B7 57 3B
Octal 74 351 361 113 3 0 5 267 127 73
Binary 111100 11101001 11110001 1001011 11 0 101 10110111 1010111 111011

Color Harmonies of #3CE9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE9F1

Black with #3CE9F1

Text Example


Text Example

White with #3CE9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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