Html Css Color HEX #3AFBE3 Turquoise

📋 copy color: '#3AFBE3'

red 58 ◦ green 251 ◦ blue 227

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

Shades of Turquoise #3AFBE3

Tints of Turquoise #3AFBE3

RGB

 RED value IS 58 (23.05% from 255) = 10.82%

 GREEN value IS 251 (98.44% from 255) = 46.83%

 BLUE value IS 227 (89.06% from 255) = 42.35%

R = 10.82%
G = 46.83%
B = 42.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#3AFBE3 (or 0x3AFBE3) is known color: Turquoise. HEX triplet: 3A, FB and E3. RGB value is (58,251,227). Sum of RGB (Red+Green+Blue) = 58+251+227=536 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.82% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBE3 is #C5041C. Grayscale: #BEBEBE. Windows color (decimal): -12911645 or 14940986. OLE color: 14940986.

HSL color Cylindrical-coordinate representation of color #3AFBE3: hue angle of 172.54º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFBE3 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 251 227 -
CMYK 0.77 0 0.10 0.02
HSL 172.54º 0.96% 0.61% -
HSV(B) 172.54º 0.77% 0.98% -
XYZ 50.11 75.44 84.59 -
YUV 190.56 148.56 33.45 -
System Red Green Blue C M Y K H S L
Decimal 58 251 227 0.77 0 0.10 0.02 172.54 0.96 0.61
Hex 3A FB E3 4D 0 A 2 AD 60 3D
Octal 72 373 343 115 0 12 2 255 140 75
Binary 111010 11111011 11100011 1001101 0 1010 10 10101101 1100000 111101

Color Harmonies of #3AFBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBE3

Black with #3AFBE3

Text Example


Text Example

White with #3AFBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,251,227); }

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

background-color css

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

 a { background-color: rgb(58,251,227); }

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

border-color css

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

 span { border-color: rgb(58,251,227); }

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