Html Css Color HEX #3BE0FC Turquoise

📋 copy color: '#3BE0FC'

red 59 ◦ green 224 ◦ blue 252

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

Shades of Turquoise #3BE0FC

Tints of Turquoise #3BE0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.1%

R = 11.03%
G = 41.87%
B = 47.1%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3BE0FC (or 0x3BE0FC) is known color: Turquoise. HEX triplet: 3B, E0 and FC. RGB value is (59,224,252). Sum of RGB (Red+Green+Blue) = 59+224+252=535 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.03% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BE0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE0FC is #C41F03. Grayscale: #B1B1B1. Windows color (decimal): -12852996 or 16572475. OLE color: 16572475.

HSL color Cylindrical-coordinate representation of color #3BE0FC: hue angle of 188.7º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BE0FC is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 224 252 -
CMYK 0.77 0.11 0 0.01
HSL 188.7º 0.97% 0.61% -
HSV(B) 188.7º 0.77% 0.99% -
XYZ 46.03 61.27 101.5 -
YUV 177.86 169.84 43.22 -
System Red Green Blue C M Y K H S L
Decimal 59 224 252 0.77 0.11 0 0.01 188.7 0.97 0.61
Hex 3B E0 FC 4D B 0 1 BD 61 3D
Octal 73 340 374 115 13 0 1 275 141 75
Binary 111011 11100000 11111100 1001101 1011 0 1 10111101 1100001 111101

Color Harmonies of #3BE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE0FC

Black with #3BE0FC

Text Example


Text Example

White with #3BE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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