Html Css Color HEX #3BE9DF Turquoise

📋 copy color: '#3BE9DF'

red 59 ◦ green 233 ◦ blue 223

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

Shades of Turquoise #3BE9DF

Tints of Turquoise #3BE9DF

RGB

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

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

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

R = 11.46%
G = 45.24%
B = 43.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#3BE9DF (or 0x3BE9DF) is known color: Turquoise. HEX triplet: 3B, E9 and DF. RGB value is (59,233,223). Sum of RGB (Red+Green+Blue) = 59+233+223=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE9DF is #C41620. Grayscale: #B3B3B3. Windows color (decimal): -12850721 or 14674235. OLE color: 14674235.

HSL color Cylindrical-coordinate representation of color #3BE9DF: hue angle of 176.55º 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 #3BE9DF is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 59 233 223 -
CMYK 0.75 0 0.04 0.09
HSL 176.55º 0.8% 0.57% -
HSV(B) 176.55º 0.75% 0.91% -
XYZ 44.26 64.54 79.94 -
YUV 179.83 152.35 41.81 -
System Red Green Blue C M Y K H S L
Decimal 59 233 223 0.75 0 0.04 0.09 176.55 0.8 0.57
Hex 3B E9 DF 4B 0 4 9 B1 50 39
Octal 73 351 337 113 0 4 11 261 120 71
Binary 111011 11101001 11011111 1001011 0 100 1001 10110001 1010000 111001

Color Harmonies of #3BE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE9DF

Black with #3BE9DF

Text Example


Text Example

White with #3BE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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