Html Css Color HEX #3BEAFD Turquoise

📋 copy color: '#3BEAFD'

red 59 ◦ green 234 ◦ blue 253

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

Shades of Turquoise #3BEAFD

Tints of Turquoise #3BEAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 10.81%
G = 42.86%
B = 46.34%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3BEAFD (or 0x3BEAFD) is known color: Turquoise. HEX triplet: 3B, EA and FD. RGB value is (59,234,253). Sum of RGB (Red+Green+Blue) = 59+234+253=546 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.81% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BEAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAFD is #C41502. Grayscale: #B7B7B7. Windows color (decimal): -12850435 or 16640571. OLE color: 16640571.

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

Color convert

RGB 59 234 253 -
CMYK 0.77 0.08 0 0.01
HSL 185.88º 0.98% 0.61% -
HSV(B) 185.88º 0.77% 0.99% -
XYZ 48.96 66.87 103.25 -
YUV 183.84 167.02 38.96 -
System Red Green Blue C M Y K H S L
Decimal 59 234 253 0.77 0.08 0 0.01 185.88 0.98 0.61
Hex 3B EA FD 4D 8 0 1 BA 62 3D
Octal 73 352 375 115 10 0 1 272 142 75
Binary 111011 11101010 11111101 1001101 1000 0 1 10111010 1100010 111101

Color Harmonies of #3BEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEAFD

Black with #3BEAFD

Text Example


Text Example

White with #3BEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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