Html Css Color HEX #3BDEC5 Turquoise

📋 copy color: '#3BDEC5'

red 59 ◦ green 222 ◦ blue 197

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

Shades of Turquoise #3BDEC5

Tints of Turquoise #3BDEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.44%

 BLUE value IS 197 (77.34% from 255) = 41.21%

R = 12.34%
G = 46.44%
B = 41.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#3BDEC5 (or 0x3BDEC5) is known color: Turquoise. HEX triplet: 3B, DE and C5. RGB value is (59,222,197). Sum of RGB (Red+Green+Blue) = 59+222+197=478 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.34% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDEC5 is #C4213A. Grayscale: #AAAAAA. Windows color (decimal): -12853563 or 12967483. OLE color: 12967483.

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

Color convert

RGB 59 222 197 -
CMYK 0.73 0 0.11 0.13
HSL 170.8º 0.71% 0.55% -
HSV(B) 170.8º 0.73% 0.87% -
XYZ 38 57.2 61.86 -
YUV 170.41 143 48.53 -
System Red Green Blue C M Y K H S L
Decimal 59 222 197 0.73 0 0.11 0.13 170.8 0.71 0.55
Hex 3B DE C5 49 0 B D AB 47 37
Octal 73 336 305 111 0 13 15 253 107 67
Binary 111011 11011110 11000101 1001001 0 1011 1101 10101011 1000111 110111

Color Harmonies of #3BDEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDEC5

Black with #3BDEC5

Text Example


Text Example

White with #3BDEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,222,197); }

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

background-color css

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

 a { background-color: rgb(59,222,197); }

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

border-color css

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

 span { border-color: rgb(59,222,197); }

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