Html Css Color HEX #3BFDCB Turquoise

📋 copy color: '#3BFDCB'

red 59 ◦ green 253 ◦ blue 203

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

Shades of Turquoise #3BFDCB

Tints of Turquoise #3BFDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 11.46%
G = 49.13%
B = 39.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#3BFDCB (or 0x3BFDCB) is known color: Turquoise. HEX triplet: 3B, FD and CB. RGB value is (59,253,203). Sum of RGB (Red+Green+Blue) = 59+253+203=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFDCB is #C40234. Grayscale: #BDBDBD. Windows color (decimal): -12845621 or 13368635. OLE color: 13368635.

HSL color Cylindrical-coordinate representation of color #3BFDCB: hue angle of 164.54º degrees, saturation: 0.98, 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 #3BFDCB is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 253 203 -
CMYK 0.77 0 0.20 0.01
HSL 164.54º 0.98% 0.61% -
HSV(B) 164.54º 0.77% 0.99% -
XYZ 47.71 75.49 68.56 -
YUV 189.29 135.73 35.07 -
System Red Green Blue C M Y K H S L
Decimal 59 253 203 0.77 0 0.20 0.01 164.54 0.98 0.61
Hex 3B FD CB 4D 0 14 1 A5 62 3D
Octal 73 375 313 115 0 24 1 245 142 75
Binary 111011 11111101 11001011 1001101 0 10100 1 10100101 1100010 111101

Color Harmonies of #3BFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFDCB

Black with #3BFDCB

Text Example


Text Example

White with #3BFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,253,203); }

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

background-color css

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

 a { background-color: rgb(59,253,203); }

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

border-color css

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

 span { border-color: rgb(59,253,203); }

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