Html Css Color HEX #3BE9DD Turquoise

📋 copy color: '#3BE9DD'

red 59 ◦ green 233 ◦ blue 221

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

Shades of Turquoise #3BE9DD

Tints of Turquoise #3BE9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 11.5%
G = 45.42%
B = 43.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#3BE9DD (or 0x3BE9DD) is known color: Turquoise. HEX triplet: 3B, E9 and DD. RGB value is (59,233,221). Sum of RGB (Red+Green+Blue) = 59+233+221=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE9DD is #C41622. Grayscale: #B3B3B3. Windows color (decimal): -12850723 or 14543163. OLE color: 14543163.

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

Color convert

RGB 59 233 221 -
CMYK 0.75 0 0.05 0.09
HSL 175.86º 0.8% 0.57% -
HSV(B) 175.86º 0.75% 0.91% -
XYZ 43.99 64.43 78.52 -
YUV 179.61 151.35 41.98 -
System Red Green Blue C M Y K H S L
Decimal 59 233 221 0.75 0 0.05 0.09 175.86 0.8 0.57
Hex 3B E9 DD 4B 0 5 9 B0 50 39
Octal 73 351 335 113 0 5 11 260 120 71
Binary 111011 11101001 11011101 1001011 0 101 1001 10110000 1010000 111001

Color Harmonies of #3BE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE9DD

Black with #3BE9DD

Text Example


Text Example

White with #3BE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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