Html Css Color HEX #3AFBE2 Turquoise

📋 copy color: '#3AFBE2'

red 58 ◦ green 251 ◦ blue 226

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

Shades of Turquoise #3AFBE2

Tints of Turquoise #3AFBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.24%

R = 10.84%
G = 46.92%
B = 42.24%

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

#3AFBE2 (or 0x3AFBE2) is known color: Turquoise. HEX triplet: 3A, FB and E2. RGB value is (58,251,226). Sum of RGB (Red+Green+Blue) = 58+251+226=535 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.84% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBE2 is #C5041D. Grayscale: #BEBEBE. Windows color (decimal): -12911646 or 14875450. OLE color: 14875450.

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

Color convert

RGB 58 251 226 -
CMYK 0.77 0 0.10 0.02
HSL 172.23º 0.96% 0.61% -
HSV(B) 172.23º 0.77% 0.98% -
XYZ 49.97 75.38 83.87 -
YUV 190.44 148.06 33.53 -
System Red Green Blue C M Y K H S L
Decimal 58 251 226 0.77 0 0.10 0.02 172.23 0.96 0.61
Hex 3A FB E2 4D 0 A 2 AC 60 3D
Octal 72 373 342 115 0 12 2 254 140 75
Binary 111010 11111011 11100010 1001101 0 1010 10 10101100 1100000 111101

Color Harmonies of #3AFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBE2

Black with #3AFBE2

Text Example


Text Example

White with #3AFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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