Html Css Color HEX #3BEFF1 Turquoise

📋 copy color: '#3BEFF1'

red 59 ◦ green 239 ◦ blue 241

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

Shades of Turquoise #3BEFF1

Tints of Turquoise #3BEFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.71%

R = 10.95%
G = 44.34%
B = 44.71%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BEFF1 (or 0x3BEFF1) is known color: Turquoise. HEX triplet: 3B, EF and F1. RGB value is (59,239,241). Sum of RGB (Red+Green+Blue) = 59+239+241=539 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.95% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BEFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEFF1 is #C4100E. Grayscale: #B9B9B9. Windows color (decimal): -12849167 or 15855419. OLE color: 15855419.

HSL color Cylindrical-coordinate representation of color #3BEFF1: hue angle of 180.66º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BEFF1 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 239 241 -
CMYK 0.76 0.01 0 0.05
HSL 180.66º 0.87% 0.59% -
HSV(B) 180.66º 0.76% 0.95% -
XYZ 48.55 69.01 93.98 -
YUV 185.41 159.37 37.84 -
System Red Green Blue C M Y K H S L
Decimal 59 239 241 0.76 0.01 0 0.05 180.66 0.87 0.59
Hex 3B EF F1 4C 1 0 5 B5 57 3B
Octal 73 357 361 114 1 0 5 265 127 73
Binary 111011 11101111 11110001 1001100 1 0 101 10110101 1010111 111011

Color Harmonies of #3BEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFF1

Black with #3BEFF1

Text Example


Text Example

White with #3BEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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