Html Css Color HEX #3BEFFB Turquoise

📋 copy color: '#3BEFFB'

red 59 ◦ green 239 ◦ blue 251

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

Shades of Turquoise #3BEFFB

Tints of Turquoise #3BEFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 10.75%
G = 43.53%
B = 45.72%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3BEFFB (or 0x3BEFFB) is known color: Turquoise. HEX triplet: 3B, EF and FB. RGB value is (59,239,251). Sum of RGB (Red+Green+Blue) = 59+239+251=549 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.75% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #3BEFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEFFB is #C41004. Grayscale: #BABABA. Windows color (decimal): -12849157 or 16510779. OLE color: 16510779.

HSL color Cylindrical-coordinate representation of color #3BEFFB: hue angle of 183.75º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BEFFB is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 239 251 -
CMYK 0.76 0.05 0 0.02
HSL 183.75º 0.96% 0.61% -
HSV(B) 183.75º 0.76% 0.98% -
XYZ 50.08 69.63 102.07 -
YUV 186.55 164.37 37.02 -
System Red Green Blue C M Y K H S L
Decimal 59 239 251 0.76 0.05 0 0.02 183.75 0.96 0.61
Hex 3B EF FB 4C 5 0 2 B8 60 3D
Octal 73 357 373 114 5 0 2 270 140 75
Binary 111011 11101111 11111011 1001100 101 0 10 10111000 1100000 111101

Color Harmonies of #3BEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFFB

Black with #3BEFFB

Text Example


Text Example

White with #3BEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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