Html Css Color HEX #3BEFCC Turquoise

📋 copy color: '#3BEFCC'

red 59 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #3BEFCC

Tints of Turquoise #3BEFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

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

R = 11.75%
G = 47.61%
B = 40.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#3BEFCC (or 0x3BEFCC) is known color: Turquoise. HEX triplet: 3B, EF and CC. RGB value is (59,239,204). Sum of RGB (Red+Green+Blue) = 59+239+204=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFCC is #C41033. Grayscale: #B5B5B5. Windows color (decimal): -12849204 or 13430587. OLE color: 13430587.

HSL color Cylindrical-coordinate representation of color #3BEFCC: hue angle of 168.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFCC is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 239 204 -
CMYK 0.75 0 0.15 0.06
HSL 168.33º 0.85% 0.58% -
HSV(B) 168.33º 0.75% 0.94% -
XYZ 43.57 67.02 67.77 -
YUV 181.19 140.87 40.85 -
System Red Green Blue C M Y K H S L
Decimal 59 239 204 0.75 0 0.15 0.06 168.33 0.85 0.58
Hex 3B EF CC 4B 0 F 6 A8 55 3A
Octal 73 357 314 113 0 17 6 250 125 72
Binary 111011 11101111 11001100 1001011 0 1111 110 10101000 1010101 111010

Color Harmonies of #3BEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFCC

Black with #3BEFCC

Text Example


Text Example

White with #3BEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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