Html Css Color HEX #3BEBCF Turquoise

📋 copy color: '#3BEBCF'

red 59 ◦ green 235 ◦ blue 207

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

Shades of Turquoise #3BEBCF

Tints of Turquoise #3BEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 11.78%
G = 46.91%
B = 41.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#3BEBCF (or 0x3BEBCF) is known color: Turquoise. HEX triplet: 3B, EB and CF. RGB value is (59,235,207). Sum of RGB (Red+Green+Blue) = 59+235+207=501 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.78% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBCF is #C41430. Grayscale: #B3B3B3. Windows color (decimal): -12850225 or 13626171. OLE color: 13626171.

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

Color convert

RGB 59 235 207 -
CMYK 0.75 0 0.12 0.08
HSL 170.45º 0.81% 0.58% -
HSV(B) 170.45º 0.75% 0.92% -
XYZ 42.77 64.85 69.29 -
YUV 179.18 143.69 42.28 -
System Red Green Blue C M Y K H S L
Decimal 59 235 207 0.75 0 0.12 0.08 170.45 0.81 0.58
Hex 3B EB CF 4B 0 C 8 AA 51 3A
Octal 73 353 317 113 0 14 10 252 121 72
Binary 111011 11101011 11001111 1001011 0 1100 1000 10101010 1010001 111010

Color Harmonies of #3BEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBCF

Black with #3BEBCF

Text Example


Text Example

White with #3BEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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