Html Css Color HEX #3BECF2 Turquoise

📋 copy color: '#3BECF2'

red 59 ◦ green 236 ◦ blue 242

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

Shades of Turquoise #3BECF2

Tints of Turquoise #3BECF2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.95%

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

R = 10.99%
G = 43.95%
B = 45.07%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BECF2 (or 0x3BECF2) is known color: Turquoise. HEX triplet: 3B, EC and F2. RGB value is (59,236,242). Sum of RGB (Red+Green+Blue) = 59+236+242=537 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.99% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BECF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BECF2 is #C4130D. Grayscale: #B7B7B7. Windows color (decimal): -12849934 or 15920187. OLE color: 15920187.

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

Color convert

RGB 59 236 242 -
CMYK 0.76 0.02 0 0.05
HSL 181.97º 0.88% 0.59% -
HSV(B) 181.97º 0.76% 0.95% -
XYZ 47.83 67.33 94.48 -
YUV 183.76 160.86 39.01 -
System Red Green Blue C M Y K H S L
Decimal 59 236 242 0.76 0.02 0 0.05 181.97 0.88 0.59
Hex 3B EC F2 4C 2 0 5 B6 58 3B
Octal 73 354 362 114 2 0 5 266 130 73
Binary 111011 11101100 11110010 1001100 10 0 101 10110110 1011000 111011

Color Harmonies of #3BECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECF2

Black with #3BECF2

Text Example


Text Example

White with #3BECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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