Html Css Color HEX #3BDFD5 Turquoise

📋 copy color: '#3BDFD5'

red 59 ◦ green 223 ◦ blue 213

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

Shades of Turquoise #3BDFD5

Tints of Turquoise #3BDFD5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

 BLUE value IS 213 (83.59% from 255) = 43.03%

R = 11.92%
G = 45.05%
B = 43.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#3BDFD5 (or 0x3BDFD5) is known color: Turquoise. HEX triplet: 3B, DF and D5. RGB value is (59,223,213). Sum of RGB (Red+Green+Blue) = 59+223+213=495 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.92% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFD5 is #C4202A. Grayscale: #ACACAC. Windows color (decimal): -12853291 or 14016315. OLE color: 14016315.

HSL color Cylindrical-coordinate representation of color #3BDFD5: hue angle of 176.34º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDFD5 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 223 213 -
CMYK 0.74 0 0.04 0.13
HSL 176.34º 0.72% 0.55% -
HSV(B) 176.34º 0.74% 0.87% -
XYZ 40.2 58.51 72.13 -
YUV 172.82 150.67 46.81 -
System Red Green Blue C M Y K H S L
Decimal 59 223 213 0.74 0 0.04 0.13 176.34 0.72 0.55
Hex 3B DF D5 4A 0 4 D B0 48 37
Octal 73 337 325 112 0 4 15 260 110 67
Binary 111011 11011111 11010101 1001010 0 100 1101 10110000 1001000 110111

Color Harmonies of #3BDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDFD5

Black with #3BDFD5

Text Example


Text Example

White with #3BDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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