Html Css Color HEX #3CFBDD Turquoise

📋 copy color: '#3CFBDD'

red 60 ◦ green 251 ◦ blue 221

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

Shades of Turquoise #3CFBDD

Tints of Turquoise #3CFBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.18%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 11.28%
G = 47.18%
B = 41.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#3CFBDD (or 0x3CFBDD) is known color: Turquoise. HEX triplet: 3C, FB and DD. RGB value is (60,251,221). Sum of RGB (Red+Green+Blue) = 60+251+221=532 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.28% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBDD is #C30422. Grayscale: #BEBEBE. Windows color (decimal): -12780579 or 14547772. OLE color: 14547772.

HSL color Cylindrical-coordinate representation of color #3CFBDD: hue angle of 170.58º degrees, saturation: 0.96, 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 #3CFBDD is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 251 221 -
CMYK 0.76 0 0.12 0.02
HSL 170.58º 0.96% 0.61% -
HSV(B) 170.58º 0.76% 0.98% -
XYZ 49.41 75.18 80.31 -
YUV 190.47 145.22 34.94 -
System Red Green Blue C M Y K H S L
Decimal 60 251 221 0.76 0 0.12 0.02 170.58 0.96 0.61
Hex 3C FB DD 4C 0 C 2 AB 60 3D
Octal 74 373 335 114 0 14 2 253 140 75
Binary 111100 11111011 11011101 1001100 0 1100 10 10101011 1100000 111101

Color Harmonies of #3CFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFBDD

Black with #3CFBDD

Text Example


Text Example

White with #3CFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,251,221); }

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

background-color css

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

 a { background-color: rgb(60,251,221); }

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

border-color css

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

 span { border-color: rgb(60,251,221); }

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