Html Css Color HEX #3BE9DC Turquoise

📋 copy color: '#3BE9DC'

red 59 ◦ green 233 ◦ blue 220

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

Shades of Turquoise #3BE9DC

Tints of Turquoise #3BE9DC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 11.52%
G = 45.51%
B = 42.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#3BE9DC (or 0x3BE9DC) is known color: Turquoise. HEX triplet: 3B, E9 and DC. RGB value is (59,233,220). Sum of RGB (Red+Green+Blue) = 59+233+220=512 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.52% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE9DC is #C41623. Grayscale: #B3B3B3. Windows color (decimal): -12850724 or 14477627. OLE color: 14477627.

HSL color Cylindrical-coordinate representation of color #3BE9DC: hue angle of 175.52º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE9DC is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 59 233 220 -
CMYK 0.75 0 0.06 0.09
HSL 175.52º 0.8% 0.57% -
HSV(B) 175.52º 0.75% 0.91% -
XYZ 43.86 64.37 77.82 -
YUV 179.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 59 233 220 0.75 0 0.06 0.09 175.52 0.8 0.57
Hex 3B E9 DC 4B 0 6 9 B0 50 39
Octal 73 351 334 113 0 6 11 260 120 71
Binary 111011 11101001 11011100 1001011 0 110 1001 10110000 1010000 111001

Color Harmonies of #3BE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE9DC

Black with #3BE9DC

Text Example


Text Example

White with #3BE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,233,220); }

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

background-color css

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

 a { background-color: rgb(59,233,220); }

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

border-color css

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

 span { border-color: rgb(59,233,220); }

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