Html Css Color HEX #3BEEF9 Turquoise

📋 copy color: '#3BEEF9'

red 59 ◦ green 238 ◦ blue 249

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

Shades of Turquoise #3BEEF9

Tints of Turquoise #3BEEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.59%

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 10.81%
G = 43.59%
B = 45.6%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3BEEF9 (or 0x3BEEF9) is known color: Turquoise. HEX triplet: 3B, EE and F9. RGB value is (59,238,249). Sum of RGB (Red+Green+Blue) = 59+238+249=546 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.81% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #3BEEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEEF9 is #C41106. Grayscale: #B9B9B9. Windows color (decimal): -12849415 or 16379451. OLE color: 16379451.

HSL color Cylindrical-coordinate representation of color #3BEEF9: hue angle of 183.47º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BEEF9 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 238 249 -
CMYK 0.76 0.04 0 0.02
HSL 183.47º 0.94% 0.6% -
HSV(B) 183.47º 0.76% 0.98% -
XYZ 49.48 68.92 100.32 -
YUV 185.73 163.7 37.61 -
System Red Green Blue C M Y K H S L
Decimal 59 238 249 0.76 0.04 0 0.02 183.47 0.94 0.6
Hex 3B EE F9 4C 4 0 2 B7 5E 3C
Octal 73 356 371 114 4 0 2 267 136 74
Binary 111011 11101110 11111001 1001100 100 0 10 10110111 1011110 111100

Color Harmonies of #3BEEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEEF9

Black with #3BEEF9

Text Example


Text Example

White with #3BEEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,238,249); }

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

background-color css

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

 a { background-color: rgb(59,238,249); }

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

border-color css

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

 span { border-color: rgb(59,238,249); }

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