Html Css Color HEX #3BEFFE Turquoise

📋 copy color: '#3BEFFE'

red 59 ◦ green 239 ◦ blue 254

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

Shades of Turquoise #3BEFFE

Tints of Turquoise #3BEFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 10.69%
G = 43.3%
B = 46.01%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3BEFFE (or 0x3BEFFE) is known color: Turquoise. HEX triplet: 3B, EF and FE. RGB value is (59,239,254). Sum of RGB (Red+Green+Blue) = 59+239+254=552 (73% of max value = 765). Red value is 59 (23.44% from 255 or 10.69% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BEFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEFFE is #C41001. Grayscale: #BABABA. Windows color (decimal): -12849154 or 16707387. OLE color: 16707387.

HSL color Cylindrical-coordinate representation of color #3BEFFE: hue angle of 184.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BEFFE is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 59 239 254 -
CMYK 0.77 0.06 0 0.00
HSL 184.62º 0.99% 0.61% -
HSV(B) 184.62º 0.77% 1% -
XYZ 50.56 69.82 104.58 -
YUV 186.89 165.87 36.78 -
System Red Green Blue C M Y K H S L
Decimal 59 239 254 0.77 0.06 0 0.00 184.62 0.99 0.61
Hex 3B EF FE 4D 6 0 0 B9 63 3D
Octal 73 357 376 115 6 0 0 271 143 75
Binary 111011 11101111 11111110 1001101 110 0 0 10111001 1100011 111101

Color Harmonies of #3BEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFFE

Black with #3BEFFE

Text Example


Text Example

White with #3BEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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