Html Css Color HEX #3BE4CE Turquoise

📋 copy color: '#3BE4CE'

red 59 ◦ green 228 ◦ blue 206

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

Shades of Turquoise #3BE4CE

Tints of Turquoise #3BE4CE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.25%

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 11.97%
G = 46.25%
B = 41.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#3BE4CE (or 0x3BE4CE) is known color: Turquoise. HEX triplet: 3B, E4 and CE. RGB value is (59,228,206). Sum of RGB (Red+Green+Blue) = 59+228+206=493 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.97% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE4CE is #C41B31. Grayscale: #AEAEAE. Windows color (decimal): -12852018 or 13558843. OLE color: 13558843.

HSL color Cylindrical-coordinate representation of color #3BE4CE: hue angle of 172.19º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE4CE is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 59 228 206 -
CMYK 0.74 0 0.10 0.11
HSL 172.19º 0.76% 0.56% -
HSV(B) 172.19º 0.74% 0.89% -
XYZ 40.69 60.87 68 -
YUV 174.96 145.51 45.29 -
System Red Green Blue C M Y K H S L
Decimal 59 228 206 0.74 0 0.10 0.11 172.19 0.76 0.56
Hex 3B E4 CE 4A 0 A B AC 4C 38
Octal 73 344 316 112 0 12 13 254 114 70
Binary 111011 11100100 11001110 1001010 0 1010 1011 10101100 1001100 111000

Color Harmonies of #3BE4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE4CE

Black with #3BE4CE

Text Example


Text Example

White with #3BE4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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