Html Css Color HEX #3BEFDC Turquoise

📋 copy color: '#3BEFDC'

red 59 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #3BEFDC

Tints of Turquoise #3BEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.14%

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

R = 11.39%
G = 46.14%
B = 42.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#3BEFDC (or 0x3BEFDC) is known color: Turquoise. HEX triplet: 3B, EF and DC. RGB value is (59,239,220). Sum of RGB (Red+Green+Blue) = 59+239+220=518 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.39% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFDC is #C41023. Grayscale: #B6B6B6. Windows color (decimal): -12849188 or 14479163. OLE color: 14479163.

HSL color Cylindrical-coordinate representation of color #3BEFDC: hue angle of 173.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFDC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 239 220 -
CMYK 0.75 0 0.08 0.06
HSL 173.67º 0.85% 0.58% -
HSV(B) 173.67º 0.75% 0.94% -
XYZ 45.59 67.83 78.4 -
YUV 183.01 148.87 39.54 -
System Red Green Blue C M Y K H S L
Decimal 59 239 220 0.75 0 0.08 0.06 173.67 0.85 0.58
Hex 3B EF DC 4B 0 8 6 AE 55 3A
Octal 73 357 334 113 0 10 6 256 125 72
Binary 111011 11101111 11011100 1001011 0 1000 110 10101110 1010101 111010

Color Harmonies of #3BEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFDC

Black with #3BEFDC

Text Example


Text Example

White with #3BEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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