Html Css Color HEX #3CF3B2 Turquoise

📋 copy color: '#3CF3B2'

red 60 ◦ green 243 ◦ blue 178

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

Shades of Turquoise #3CF3B2

Tints of Turquoise #3CF3B2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.52%

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 12.47%
G = 50.52%
B = 37.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#3CF3B2 (or 0x3CF3B2) is known color: Turquoise. HEX triplet: 3C, F3 and B2. RGB value is (60,243,178). Sum of RGB (Red+Green+Blue) = 60+243+178=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF3B2 is #C30C4D. Grayscale: #B4B4B4. Windows color (decimal): -12782670 or 11727676. OLE color: 11727676.

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

Color convert

RGB 60 243 178 -
CMYK 0.75 0 0.27 0.05
HSL 158.69º 0.88% 0.59% -
HSV(B) 158.69º 0.75% 0.95% -
XYZ 41.95 68.28 53.09 -
YUV 180.87 126.37 41.79 -
System Red Green Blue C M Y K H S L
Decimal 60 243 178 0.75 0 0.27 0.05 158.69 0.88 0.59
Hex 3C F3 B2 4B 0 1B 5 9F 58 3B
Octal 74 363 262 113 0 33 5 237 130 73
Binary 111100 11110011 10110010 1001011 0 11011 101 10011111 1011000 111011

Color Harmonies of #3CF3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF3B2

Black with #3CF3B2

Text Example


Text Example

White with #3CF3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,243,178); }

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

background-color css

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

 a { background-color: rgb(60,243,178); }

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

border-color css

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

 span { border-color: rgb(60,243,178); }

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