Html Css Color HEX #3AFBEF Turquoise

📋 copy color: '#3AFBEF'

red 58 ◦ green 251 ◦ blue 239

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

Shades of Turquoise #3AFBEF

Tints of Turquoise #3AFBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 10.58%
G = 45.8%
B = 43.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#3AFBEF (or 0x3AFBEF) is known color: Turquoise. HEX triplet: 3A, FB and EF. RGB value is (58,251,239). Sum of RGB (Red+Green+Blue) = 58+251+239=548 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.58% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFBEF is #C50410. Grayscale: #BFBFBF. Windows color (decimal): -12911633 or 15727418. OLE color: 15727418.

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

Color convert

RGB 58 251 239 -
CMYK 0.77 0 0.05 0.02
HSL 176.27º 0.96% 0.61% -
HSV(B) 176.27º 0.77% 0.98% -
XYZ 51.82 76.13 93.62 -
YUV 191.93 154.56 32.48 -
System Red Green Blue C M Y K H S L
Decimal 58 251 239 0.77 0 0.05 0.02 176.27 0.96 0.61
Hex 3A FB EF 4D 0 5 2 B0 60 3D
Octal 72 373 357 115 0 5 2 260 140 75
Binary 111010 11111011 11101111 1001101 0 101 10 10110000 1100000 111101

Color Harmonies of #3AFBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBEF

Black with #3AFBEF

Text Example


Text Example

White with #3AFBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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