Html Css Color HEX #3BE3CE Turquoise

📋 copy color: '#3BE3CE'

red 59 ◦ green 227 ◦ blue 206

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

Shades of Turquoise #3BE3CE

Tints of Turquoise #3BE3CE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.14%

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

R = 11.99%
G = 46.14%
B = 41.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#3BE3CE (or 0x3BE3CE) is known color: Turquoise. HEX triplet: 3B, E3 and CE. RGB value is (59,227,206). Sum of RGB (Red+Green+Blue) = 59+227+206=492 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.99% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE3CE is #C41C31. Grayscale: #AEAEAE. Windows color (decimal): -12852274 or 13558587. OLE color: 13558587.

HSL color Cylindrical-coordinate representation of color #3BE3CE: hue angle of 172.5º degrees, saturation: 0.75, 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 #3BE3CE is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 59 227 206 -
CMYK 0.74 0 0.09 0.11
HSL 172.5º 0.75% 0.56% -
HSV(B) 172.5º 0.74% 0.89% -
XYZ 40.41 60.32 67.91 -
YUV 174.37 145.84 45.71 -
System Red Green Blue C M Y K H S L
Decimal 59 227 206 0.74 0 0.09 0.11 172.5 0.75 0.56
Hex 3B E3 CE 4A 0 9 B AC 4B 38
Octal 73 343 316 112 0 11 13 254 113 70
Binary 111011 11100011 11001110 1001010 0 1001 1011 10101100 1001011 111000

Color Harmonies of #3BE3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE3CE

Black with #3BE3CE

Text Example


Text Example

White with #3BE3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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