Html Css Color HEX #3BFCDB Turquoise

📋 copy color: '#3BFCDB'

red 59 ◦ green 252 ◦ blue 219

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

Shades of Turquoise #3BFCDB

Tints of Turquoise #3BFCDB

RGB

 RED value IS 59 (23.44% from 255) = 11.13%

 GREEN value IS 252 (98.83% from 255) = 47.55%

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

R = 11.13%
G = 47.55%
B = 41.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#3BFCDB (or 0x3BFCDB) is known color: Turquoise. HEX triplet: 3B, FC and DB. RGB value is (59,252,219). Sum of RGB (Red+Green+Blue) = 59+252+219=530 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.13% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCDB is #C40324. Grayscale: #BEBEBE. Windows color (decimal): -12845861 or 14416955. OLE color: 14416955.

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

Color convert

RGB 59 252 219 -
CMYK 0.77 0 0.13 0.01
HSL 169.74º 0.97% 0.61% -
HSV(B) 169.74º 0.77% 0.99% -
XYZ 49.4 75.67 79.02 -
YUV 190.53 144.06 34.18 -
System Red Green Blue C M Y K H S L
Decimal 59 252 219 0.77 0 0.13 0.01 169.74 0.97 0.61
Hex 3B FC DB 4D 0 D 1 AA 61 3D
Octal 73 374 333 115 0 15 1 252 141 75
Binary 111011 11111100 11011011 1001101 0 1101 1 10101010 1100001 111101

Color Harmonies of #3BFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFCDB

Black with #3BFCDB

Text Example


Text Example

White with #3BFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,252,219); }

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

background-color css

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

 a { background-color: rgb(59,252,219); }

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

border-color css

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

 span { border-color: rgb(59,252,219); }

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