Html Css Color HEX #3BE0F4 Turquoise

📋 copy color: '#3BE0F4'

red 59 ◦ green 224 ◦ blue 244

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

Shades of Turquoise #3BE0F4

Tints of Turquoise #3BE0F4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

 BLUE value IS 244 (95.7% from 255) = 46.3%

R = 11.2%
G = 42.5%
B = 46.3%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3BE0F4 (or 0x3BE0F4) is known color: Turquoise. HEX triplet: 3B, E0 and F4. RGB value is (59,224,244). Sum of RGB (Red+Green+Blue) = 59+224+244=527 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.20% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #3BE0F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE0F4 is #C41F0B. Grayscale: #B0B0B0. Windows color (decimal): -12853004 or 16048187. OLE color: 16048187.

HSL color Cylindrical-coordinate representation of color #3BE0F4: hue angle of 186.49º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BE0F4 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 59 224 244 -
CMYK 0.76 0.08 0 0.04
HSL 186.49º 0.89% 0.59% -
HSV(B) 186.49º 0.76% 0.96% -
XYZ 44.79 60.77 94.96 -
YUV 176.95 165.84 43.87 -
System Red Green Blue C M Y K H S L
Decimal 59 224 244 0.76 0.08 0 0.04 186.49 0.89 0.59
Hex 3B E0 F4 4C 8 0 4 BA 59 3B
Octal 73 340 364 114 10 0 4 272 131 73
Binary 111011 11100000 11110100 1001100 1000 0 100 10111010 1011001 111011

Color Harmonies of #3BE0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE0F4

Black with #3BE0F4

Text Example


Text Example

White with #3BE0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,224,244); }

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

background-color css

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

 a { background-color: rgb(59,224,244); }

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

border-color css

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

 span { border-color: rgb(59,224,244); }

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