Html Css Color HEX #3BEAF1 Turquoise

📋 copy color: '#3BEAF1'

red 59 ◦ green 234 ◦ blue 241

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

Shades of Turquoise #3BEAF1

Tints of Turquoise #3BEAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.13%

R = 11.05%
G = 43.82%
B = 45.13%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BEAF1 (or 0x3BEAF1) is known color: Turquoise. HEX triplet: 3B, EA and F1. RGB value is (59,234,241). Sum of RGB (Red+Green+Blue) = 59+234+241=534 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.05% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BEAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAF1 is #C4150E. Grayscale: #B6B6B6. Windows color (decimal): -12850447 or 15854139. OLE color: 15854139.

HSL color Cylindrical-coordinate representation of color #3BEAF1: hue angle of 182.31º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BEAF1 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 234 241 -
CMYK 0.76 0.03 0 0.05
HSL 182.31º 0.87% 0.59% -
HSV(B) 182.31º 0.76% 0.95% -
XYZ 47.1 66.13 93.5 -
YUV 182.47 161.02 39.93 -
System Red Green Blue C M Y K H S L
Decimal 59 234 241 0.76 0.03 0 0.05 182.31 0.87 0.59
Hex 3B EA F1 4C 3 0 5 B6 57 3B
Octal 73 352 361 114 3 0 5 266 127 73
Binary 111011 11101010 11110001 1001100 11 0 101 10110110 1010111 111011

Color Harmonies of #3BEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEAF1

Black with #3BEAF1

Text Example


Text Example

White with #3BEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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