Html Css Color HEX #3CFDF2 Turquoise

📋 copy color: '#3CFDF2'

red 60 ◦ green 253 ◦ blue 242

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

Shades of Turquoise #3CFDF2

Tints of Turquoise #3CFDF2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.59%

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

R = 10.81%
G = 45.59%
B = 43.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#3CFDF2 (or 0x3CFDF2) is known color: Turquoise. HEX triplet: 3C, FD and F2. RGB value is (60,253,242). Sum of RGB (Red+Green+Blue) = 60+253+242=555 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.81% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFDF2 is #C3020D. Grayscale: #C1C1C1. Windows color (decimal): -12780046 or 15924540. OLE color: 15924540.

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

Color convert

RGB 60 253 242 -
CMYK 0.76 0 0.04 0.01
HSL 176.58º 0.98% 0.61% -
HSV(B) 176.58º 0.76% 0.99% -
XYZ 53.02 77.62 96.19 -
YUV 194.04 155.06 32.39 -
System Red Green Blue C M Y K H S L
Decimal 60 253 242 0.76 0 0.04 0.01 176.58 0.98 0.61
Hex 3C FD F2 4C 0 4 1 B1 62 3D
Octal 74 375 362 114 0 4 1 261 142 75
Binary 111100 11111101 11110010 1001100 0 100 1 10110001 1100010 111101

Color Harmonies of #3CFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFDF2

Black with #3CFDF2

Text Example


Text Example

White with #3CFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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