Html Css Color HEX #3BFADF Turquoise

📋 copy color: '#3BFADF'

red 59 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #3BFADF

Tints of Turquoise #3BFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.99%

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 11.09%
G = 46.99%
B = 41.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#3BFADF (or 0x3BFADF) is known color: Turquoise. HEX triplet: 3B, FA and DF. RGB value is (59,250,223). Sum of RGB (Red+Green+Blue) = 59+250+223=532 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.09% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFADF is #C40520. Grayscale: #BDBDBD. Windows color (decimal): -12846369 or 14678587. OLE color: 14678587.

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

Color convert

RGB 59 250 223 -
CMYK 0.76 0 0.11 0.02
HSL 171.52º 0.95% 0.61% -
HSV(B) 171.52º 0.76% 0.98% -
XYZ 49.31 74.63 81.62 -
YUV 189.81 146.72 34.7 -
System Red Green Blue C M Y K H S L
Decimal 59 250 223 0.76 0 0.11 0.02 171.52 0.95 0.61
Hex 3B FA DF 4C 0 B 2 AC 5F 3D
Octal 73 372 337 114 0 13 2 254 137 75
Binary 111011 11111010 11011111 1001100 0 1011 10 10101100 1011111 111101

Color Harmonies of #3BFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFADF

Black with #3BFADF

Text Example


Text Example

White with #3BFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,250,223); }

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

background-color css

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

 a { background-color: rgb(59,250,223); }

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

border-color css

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

 span { border-color: rgb(59,250,223); }

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