Html Css Color HEX #3BEFF2 Turquoise

📋 copy color: '#3BEFF2'

red 59 ◦ green 239 ◦ blue 242

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

Shades of Turquoise #3BEFF2

Tints of Turquoise #3BEFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 10.93%
G = 44.26%
B = 44.81%

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

#3BEFF2 (or 0x3BEFF2) is known color: Turquoise. HEX triplet: 3B, EF and F2. RGB value is (59,239,242). Sum of RGB (Red+Green+Blue) = 59+239+242=540 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.93% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEFF2 is #C4100D. Grayscale: #B9B9B9. Windows color (decimal): -12849166 or 15920955. OLE color: 15920955.

HSL color Cylindrical-coordinate representation of color #3BEFF2: hue angle of 180.98º degrees, saturation: 0.88, 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 #3BEFF2 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 239 242 -
CMYK 0.76 0.01 0 0.05
HSL 180.98º 0.88% 0.59% -
HSV(B) 180.98º 0.76% 0.95% -
XYZ 48.7 69.07 94.77 -
YUV 185.52 159.87 37.76 -
System Red Green Blue C M Y K H S L
Decimal 59 239 242 0.76 0.01 0 0.05 180.98 0.88 0.59
Hex 3B EF F2 4C 1 0 5 B5 58 3B
Octal 73 357 362 114 1 0 5 265 130 73
Binary 111011 11101111 11110010 1001100 1 0 101 10110101 1011000 111011

Color Harmonies of #3BEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFF2

Black with #3BEFF2

Text Example


Text Example

White with #3BEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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