Html Css Color HEX #3BEAFC Turquoise

📋 copy color: '#3BEAFC'

red 59 ◦ green 234 ◦ blue 252

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

Shades of Turquoise #3BEAFC

Tints of Turquoise #3BEAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.94%

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

R = 10.83%
G = 42.94%
B = 46.24%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3BEAFC (or 0x3BEAFC) is known color: Turquoise. HEX triplet: 3B, EA and FC. RGB value is (59,234,252). Sum of RGB (Red+Green+Blue) = 59+234+252=545 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.83% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BEAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAFC is #C41503. Grayscale: #B7B7B7. Windows color (decimal): -12850436 or 16575035. OLE color: 16575035.

HSL color Cylindrical-coordinate representation of color #3BEAFC: hue angle of 185.6º 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 #3BEAFC is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 234 252 -
CMYK 0.77 0.07 0 0.01
HSL 185.6º 0.97% 0.61% -
HSV(B) 185.6º 0.77% 0.99% -
XYZ 48.8 66.8 102.42 -
YUV 183.73 166.52 39.04 -
System Red Green Blue C M Y K H S L
Decimal 59 234 252 0.77 0.07 0 0.01 185.6 0.97 0.61
Hex 3B EA FC 4D 7 0 1 BA 61 3D
Octal 73 352 374 115 7 0 1 272 141 75
Binary 111011 11101010 11111100 1001101 111 0 1 10111010 1100001 111101

Color Harmonies of #3BEAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEAFC

Black with #3BEAFC

Text Example


Text Example

White with #3BEAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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