Html Css Color HEX #3BEBE4 Turquoise

📋 copy color: '#3BEBE4'

red 59 ◦ green 235 ◦ blue 228

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

Shades of Turquoise #3BEBE4

Tints of Turquoise #3BEBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.68%

R = 11.3%
G = 45.02%
B = 43.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#3BEBE4 (or 0x3BEBE4) is known color: Turquoise. HEX triplet: 3B, EB and E4. RGB value is (59,235,228). Sum of RGB (Red+Green+Blue) = 59+235+228=522 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.30% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBE4 is #C4141B. Grayscale: #B5B5B5. Windows color (decimal): -12850204 or 15002427. OLE color: 15002427.

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

Color convert

RGB 59 235 228 -
CMYK 0.75 0 0.03 0.08
HSL 177.61º 0.81% 0.58% -
HSV(B) 177.61º 0.75% 0.92% -
XYZ 45.52 65.95 83.73 -
YUV 181.58 154.19 40.57 -
System Red Green Blue C M Y K H S L
Decimal 59 235 228 0.75 0 0.03 0.08 177.61 0.81 0.58
Hex 3B EB E4 4B 0 3 8 B2 51 3A
Octal 73 353 344 113 0 3 10 262 121 72
Binary 111011 11101011 11100100 1001011 0 11 1000 10110010 1010001 111010

Color Harmonies of #3BEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBE4

Black with #3BEBE4

Text Example


Text Example

White with #3BEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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