Html Css Color HEX #3BEFCB Turquoise

📋 copy color: '#3BEFCB'

red 59 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #3BEFCB

Tints of Turquoise #3BEFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 11.78%
G = 47.7%
B = 40.52%

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

#3BEFCB (or 0x3BEFCB) is known color: Turquoise. HEX triplet: 3B, EF and CB. RGB value is (59,239,203). Sum of RGB (Red+Green+Blue) = 59+239+203=501 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.78% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFCB is #C41034. Grayscale: #B5B5B5. Windows color (decimal): -12849205 or 13365051. OLE color: 13365051.

HSL color Cylindrical-coordinate representation of color #3BEFCB: hue angle of 168º 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 #3BEFCB is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 239 203 -
CMYK 0.75 0 0.15 0.06
HSL 168º 0.85% 0.58% -
HSV(B) 168º 0.75% 0.94% -
XYZ 43.45 66.97 67.14 -
YUV 181.08 140.37 40.93 -
System Red Green Blue C M Y K H S L
Decimal 59 239 203 0.75 0 0.15 0.06 168 0.85 0.58
Hex 3B EF CB 4B 0 F 6 A8 55 3A
Octal 73 357 313 113 0 17 6 250 125 72
Binary 111011 11101111 11001011 1001011 0 1111 110 10101000 1010101 111010

Color Harmonies of #3BEFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFCB

Black with #3BEFCB

Text Example


Text Example

White with #3BEFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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