Html Css Color HEX #3BEEEB Turquoise

📋 copy color: '#3BEEEB'

red 59 ◦ green 238 ◦ blue 235

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

Shades of Turquoise #3BEEEB

Tints of Turquoise #3BEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.74%

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 11.09%
G = 44.74%
B = 44.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#3BEEEB (or 0x3BEEEB) is known color: Turquoise. HEX triplet: 3B, EE and EB. RGB value is (59,238,235). Sum of RGB (Red+Green+Blue) = 59+238+235=532 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.09% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEEEB is #C41114. Grayscale: #B7B7B7. Windows color (decimal): -12849429 or 15461947. OLE color: 15461947.

HSL color Cylindrical-coordinate representation of color #3BEEEB: hue angle of 178.99º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEEEB is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 238 235 -
CMYK 0.75 0 0.01 0.07
HSL 178.99º 0.84% 0.58% -
HSV(B) 178.99º 0.75% 0.93% -
XYZ 47.37 68.08 89.24 -
YUV 184.14 156.7 38.74 -
System Red Green Blue C M Y K H S L
Decimal 59 238 235 0.75 0 0.01 0.07 178.99 0.84 0.58
Hex 3B EE EB 4B 0 1 7 B3 54 3A
Octal 73 356 353 113 0 1 7 263 124 72
Binary 111011 11101110 11101011 1001011 0 1 111 10110011 1010100 111010

Color Harmonies of #3BEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEEEB

Black with #3BEEEB

Text Example


Text Example

White with #3BEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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