Html Css Color HEX #3CE7F2 Turquoise

📋 copy color: '#3CE7F2'

red 60 ◦ green 231 ◦ blue 242

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

Shades of Turquoise #3CE7F2

Tints of Turquoise #3CE7F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 11.26%
G = 43.34%
B = 45.4%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CE7F2 (or 0x3CE7F2) is known color: Turquoise. HEX triplet: 3C, E7 and F2. RGB value is (60,231,242). Sum of RGB (Red+Green+Blue) = 60+231+242=533 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.26% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #3CE7F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE7F2 is #C3180D. Grayscale: #B4B4B4. Windows color (decimal): -12785678 or 15918908. OLE color: 15918908.

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

Color convert

RGB 60 231 242 -
CMYK 0.75 0.05 0 0.05
HSL 183.63º 0.88% 0.59% -
HSV(B) 183.63º 0.75% 0.95% -
XYZ 46.47 64.52 94.01 -
YUV 181.13 162.35 41.61 -
System Red Green Blue C M Y K H S L
Decimal 60 231 242 0.75 0.05 0 0.05 183.63 0.88 0.59
Hex 3C E7 F2 4B 5 0 5 B8 58 3B
Octal 74 347 362 113 5 0 5 270 130 73
Binary 111100 11100111 11110010 1001011 101 0 101 10111000 1011000 111011

Color Harmonies of #3CE7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE7F2

Black with #3CE7F2

Text Example


Text Example

White with #3CE7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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