Html Css Color HEX #3BEBDC Turquoise

📋 copy color: '#3BEBDC'

red 59 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #3BEBDC

Tints of Turquoise #3BEBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.72%

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

R = 11.48%
G = 45.72%
B = 42.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3BEBDC (or 0x3BEBDC) is known color: Turquoise. HEX triplet: 3B, EB and DC. RGB value is (59,235,220). Sum of RGB (Red+Green+Blue) = 59+235+220=514 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.48% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBDC is #C41423. Grayscale: #B4B4B4. Windows color (decimal): -12850212 or 14478139. OLE color: 14478139.

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

Color convert

RGB 59 235 220 -
CMYK 0.75 0 0.06 0.08
HSL 174.89º 0.81% 0.58% -
HSV(B) 174.89º 0.75% 0.92% -
XYZ 44.43 65.51 78.01 -
YUV 180.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 59 235 220 0.75 0 0.06 0.08 174.89 0.81 0.58
Hex 3B EB DC 4B 0 6 8 AF 51 3A
Octal 73 353 334 113 0 6 10 257 121 72
Binary 111011 11101011 11011100 1001011 0 110 1000 10101111 1010001 111010

Color Harmonies of #3BEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBDC

Black with #3BEBDC

Text Example


Text Example

White with #3BEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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