Html Css Color HEX #3CFBDB Turquoise

📋 copy color: '#3CFBDB'

red 60 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #3CFBDB

Tints of Turquoise #3CFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 11.32%
G = 47.36%
B = 41.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#3CFBDB (or 0x3CFBDB) is known color: Turquoise. HEX triplet: 3C, FB and DB. RGB value is (60,251,219). Sum of RGB (Red+Green+Blue) = 60+251+219=530 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.32% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBDB is #C30424. Grayscale: #BEBEBE. Windows color (decimal): -12780581 or 14416700. OLE color: 14416700.

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

Color convert

RGB 60 251 219 -
CMYK 0.76 0 0.13 0.02
HSL 169.95º 0.96% 0.61% -
HSV(B) 169.95º 0.76% 0.98% -
XYZ 49.15 75.07 78.92 -
YUV 190.24 144.22 35.1 -
System Red Green Blue C M Y K H S L
Decimal 60 251 219 0.76 0 0.13 0.02 169.95 0.96 0.61
Hex 3C FB DB 4C 0 D 2 AA 60 3D
Octal 74 373 333 114 0 15 2 252 140 75
Binary 111100 11111011 11011011 1001100 0 1101 10 10101010 1100000 111101

Color Harmonies of #3CFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFBDB

Black with #3CFBDB

Text Example


Text Example

White with #3CFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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