Html Css Color HEX #3BE7CC Turquoise

📋 copy color: '#3BE7CC'

red 59 ◦ green 231 ◦ blue 204

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

Shades of Turquoise #3BE7CC

Tints of Turquoise #3BE7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.76%

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

R = 11.94%
G = 46.76%
B = 41.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#3BE7CC (or 0x3BE7CC) is known color: Turquoise. HEX triplet: 3B, E7 and CC. RGB value is (59,231,204). Sum of RGB (Red+Green+Blue) = 59+231+204=494 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.94% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE7CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE7CC is #C41833. Grayscale: #B0B0B0. Windows color (decimal): -12851252 or 13428539. OLE color: 13428539.

HSL color Cylindrical-coordinate representation of color #3BE7CC: hue angle of 170.58º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE7CC is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 59 231 204 -
CMYK 0.74 0 0.12 0.09
HSL 170.58º 0.78% 0.57% -
HSV(B) 170.58º 0.74% 0.91% -
XYZ 41.28 62.44 67 -
YUV 176.49 143.52 44.2 -
System Red Green Blue C M Y K H S L
Decimal 59 231 204 0.74 0 0.12 0.09 170.58 0.78 0.57
Hex 3B E7 CC 4A 0 C 9 AB 4E 39
Octal 73 347 314 112 0 14 11 253 116 71
Binary 111011 11100111 11001100 1001010 0 1100 1001 10101011 1001110 111001

Color Harmonies of #3BE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE7CC

Black with #3BE7CC

Text Example


Text Example

White with #3BE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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