Html Css Color HEX #3BEBF2 Turquoise

📋 copy color: '#3BEBF2'

red 59 ◦ green 235 ◦ blue 242

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

Shades of Turquoise #3BEBF2

Tints of Turquoise #3BEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.84%

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

R = 11.01%
G = 43.84%
B = 45.15%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BEBF2 (or 0x3BEBF2) is known color: Turquoise. HEX triplet: 3B, EB and F2. RGB value is (59,235,242). Sum of RGB (Red+Green+Blue) = 59+235+242=536 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.01% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BEBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEBF2 is #C4140D. Grayscale: #B6B6B6. Windows color (decimal): -12850190 or 15919931. OLE color: 15919931.

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

Color convert

RGB 59 235 242 -
CMYK 0.76 0.03 0 0.05
HSL 182.3º 0.88% 0.59% -
HSV(B) 182.3º 0.76% 0.95% -
XYZ 47.54 66.76 94.38 -
YUV 183.17 161.19 39.43 -
System Red Green Blue C M Y K H S L
Decimal 59 235 242 0.76 0.03 0 0.05 182.3 0.88 0.59
Hex 3B EB F2 4C 3 0 5 B6 58 3B
Octal 73 353 362 114 3 0 5 266 130 73
Binary 111011 11101011 11110010 1001100 11 0 101 10110110 1011000 111011

Color Harmonies of #3BEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBF2

Black with #3BEBF2

Text Example


Text Example

White with #3BEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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