Html Css Color HEX #3BE2CC Turquoise

📋 copy color: '#3BE2CC'

red 59 ◦ green 226 ◦ blue 204

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

Shades of Turquoise #3BE2CC

Tints of Turquoise #3BE2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.22%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 12.07%
G = 46.22%
B = 41.72%

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

#3BE2CC (or 0x3BE2CC) is known color: Turquoise. HEX triplet: 3B, E2 and CC. RGB value is (59,226,204). Sum of RGB (Red+Green+Blue) = 59+226+204=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE2CC is #C41D33. Grayscale: #ADADAD. Windows color (decimal): -12852532 or 13427259. OLE color: 13427259.

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

Color convert

RGB 59 226 204 -
CMYK 0.74 0 0.10 0.11
HSL 172.1º 0.74% 0.56% -
HSV(B) 172.1º 0.74% 0.89% -
XYZ 39.9 59.68 66.54 -
YUV 173.56 145.17 46.29 -
System Red Green Blue C M Y K H S L
Decimal 59 226 204 0.74 0 0.10 0.11 172.1 0.74 0.56
Hex 3B E2 CC 4A 0 A B AC 4A 38
Octal 73 342 314 112 0 12 13 254 112 70
Binary 111011 11100010 11001100 1001010 0 1010 1011 10101100 1001010 111000

Color Harmonies of #3BE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE2CC

Black with #3BE2CC

Text Example


Text Example

White with #3BE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,226,204); }

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

background-color css

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

 a { background-color: rgb(59,226,204); }

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

border-color css

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

 span { border-color: rgb(59,226,204); }

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