Html Css Color HEX #3BEAFF Turquoise

📋 copy color: '#3BEAFF'

red 59 ◦ green 234 ◦ blue 255

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

Shades of Turquoise #3BEAFF

Tints of Turquoise #3BEAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.53%

R = 10.77%
G = 42.7%
B = 46.53%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3BEAFF (or 0x3BEAFF) is known color: Turquoise. HEX triplet: 3B, EA and FF. RGB value is (59,234,255). Sum of RGB (Red+Green+Blue) = 59+234+255=548 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.77% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BEAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAFF is #C41500. Grayscale: #B7B7B7. Windows color (decimal): -12850433 or 16771643. OLE color: 16771643.

HSL color Cylindrical-coordinate representation of color #3BEAFF: hue angle of 186.43º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BEAFF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 234 255 -
CMYK 0.77 0.08 0 0
HSL 186.43º 1% 0.62% -
HSV(B) 186.43º 0.77% 1% -
XYZ 49.28 67 104.94 -
YUV 184.07 168.02 38.79 -
System Red Green Blue C M Y K H S L
Decimal 59 234 255 0.77 0.08 0 0 186.43 1 0.62
Hex 3B EA FF 4D 8 0 0 BA 64 3E
Octal 73 352 377 115 10 0 0 272 144 76
Binary 111011 11101010 11111111 1001101 1000 0 0 10111010 1100100 111110

Color Harmonies of #3BEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEAFF

Black with #3BEAFF

Text Example


Text Example

White with #3BEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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